all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup v2 1/2] cargo: fixed cargo local path overrides
@ 2023-08-07 13:38 Gabriel Goller
  2023-08-07 13:38 ` [pbs-devel] [PATCH proxmox-backup v2 2/2] cargo: added other shared crates to " Gabriel Goller
  2023-08-08  9:51 ` [pbs-devel] applied: [PATCH proxmox-backup v2 1/2] cargo: fixed cargo " Wolfgang Bumiller
  0 siblings, 2 replies; 3+ messages in thread
From: Gabriel Goller @ 2023-08-07 13:38 UTC (permalink / raw)
  To: pbs-devel

The crates `proxmox-apt` and `proxmox-openid` have been moved to the `proxmox`
workspace. Adjusted the path in the Cargo.toml file.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 2a05c471..a50186c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -260,8 +260,8 @@ proxmox-rrd.workspace = true
 #proxmox-time = { path = "../proxmox/proxmox-time" }
 #proxmox-uuid = { path = "../proxmox/proxmox-uuid" }
 
-#proxmox-apt = { path = "../proxmox-apt" }
-#proxmox-openid = { path = "../proxmox-openid-rs" }
+#proxmox-apt = { path = "../proxmox/proxmox-apt" }
+#proxmox-openid = { path = "../proxmox/proxmox-openid" }
 
 #pxar = { path = "../pxar" }
 
-- 
2.39.2





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-08  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-07 13:38 [pbs-devel] [PATCH proxmox-backup v2 1/2] cargo: fixed cargo local path overrides Gabriel Goller
2023-08-07 13:38 ` [pbs-devel] [PATCH proxmox-backup v2 2/2] cargo: added other shared crates to " Gabriel Goller
2023-08-08  9:51 ` [pbs-devel] applied: [PATCH proxmox-backup v2 1/2] cargo: fixed cargo " Wolfgang Bumiller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal