[pbs-devel] [PATCH proxmox-backup] cargo: fixed cargo.toml local paths
Gabriel Goller
g.goller at proxmox.com
Wed Aug 30 14:57:28 CEST 2023
The `proxmox-apt` and `proxmox-openid` crate was moved into
the `proxmox` workspace.
Signed-off-by: Gabriel Goller <g.goller at 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
More information about the pbs-devel
mailing list