* [pbs-devel] [PATCH proxmox-backup] cargo: fixed cargo.toml local paths
@ 2023-08-30 12:57 Gabriel Goller
2023-09-06 10:01 ` [pbs-devel] applied: " Fabian Grünbichler
0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2023-08-30 12:57 UTC (permalink / raw)
To: pbs-devel
The `proxmox-apt` and `proxmox-openid` crate was moved into
the `proxmox` workspace.
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
Note: This has already been fixed, but was
reintroduced by another patch.
Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index c7773f0e..e0f12806 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -264,8 +264,8 @@ proxmox-rrd.workspace = true
#proxmox-sortable-macro = { path = "../proxmox/proxmox-sortable-macro" }
#proxmox-human-byte = { path = "../proxmox/proxmox-human-byte" }
-#proxmox-apt = { path = "../proxmox-apt" }
-#proxmox-openid = { path = "../proxmox-openid-rs" }
+#proxmox-apt = { path = "../proxmox/proxmox-apt" }
+#proxmox-openid = { path = "../proxmox/proxmox-openid" }
#pathpatterns = {path = "../pathpatterns" }
#pxar = { path = "../pxar" }
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pbs-devel] applied: [PATCH proxmox-backup] cargo: fixed cargo.toml local paths
2023-08-30 12:57 [pbs-devel] [PATCH proxmox-backup] cargo: fixed cargo.toml local paths Gabriel Goller
@ 2023-09-06 10:01 ` Fabian Grünbichler
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Grünbichler @ 2023-09-06 10:01 UTC (permalink / raw)
To: Proxmox Backup Server development discussion
thanks! added a follow-up on top that sorts the deps that where out of
order or in the wrong "category"
On August 30, 2023 2:57 pm, Gabriel Goller wrote:
> The `proxmox-apt` and `proxmox-openid` crate was moved into
> the `proxmox` workspace.
>
> Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
> ---
>
> Note: This has already been fixed, but was
> reintroduced by another patch.
>
> Cargo.toml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Cargo.toml b/Cargo.toml
> index c7773f0e..e0f12806 100644
> --- a/Cargo.toml
> +++ b/Cargo.toml
> @@ -264,8 +264,8 @@ proxmox-rrd.workspace = true
> #proxmox-sortable-macro = { path = "../proxmox/proxmox-sortable-macro" }
> #proxmox-human-byte = { path = "../proxmox/proxmox-human-byte" }
>
> -#proxmox-apt = { path = "../proxmox-apt" }
> -#proxmox-openid = { path = "../proxmox-openid-rs" }
> +#proxmox-apt = { path = "../proxmox/proxmox-apt" }
> +#proxmox-openid = { path = "../proxmox/proxmox-openid" }
> #pathpatterns = {path = "../pathpatterns" }
>
> #pxar = { path = "../pxar" }
> --
> 2.39.2
>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-06 10:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 12:57 [pbs-devel] [PATCH proxmox-backup] cargo: fixed cargo.toml local paths Gabriel Goller
2023-09-06 10:01 ` [pbs-devel] applied: " Fabian Grünbichler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox