public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] cargo: add local dependencies
@ 2024-07-09 10:54 Gabriel Goller
  2024-07-10  9:04 ` [pbs-devel] applied: " Fabian Grünbichler
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Goller @ 2024-07-09 10:54 UTC (permalink / raw)
  To: pbs-devel

Add local dependencies for new crates `proxmox-apt-api-types` and
`proxmox-config-digest`. Also fix order of deps.

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

diff --git a/Cargo.toml b/Cargo.toml
index 8120526a6c11..ca07cbef0330 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,13 +53,13 @@ path = "src/lib.rs"
 
 [workspace.dependencies]
 # proxmox workspace
-proxmox-config-digest = "0.1.0"
 proxmox-apt = { version = "0.11", features = [ "cache" ] }
 proxmox-apt-api-types = "1.0"
 proxmox-async = "0.4"
 proxmox-auth-api = "0.4"
 proxmox-borrow = "1"
 proxmox-compression = "0.2"
+proxmox-config-digest = "0.1.0"
 proxmox-fuse = "0.1.3"
 proxmox-http = { version = "0.9.0", features = [ "client", "http-helpers", "websocket" ] } # see below
 proxmox-human-byte = "0.1"
@@ -252,10 +252,12 @@ proxmox-rrd.workspace = true
 [patch.crates-io]
 
 #proxmox-apt = { path = "../proxmox/proxmox-apt" }
+#proxmox-apt-api = { path = "../proxmox/proxmox-apt-api-types" }
 #proxmox-async = { path = "../proxmox/proxmox-async" }
 #proxmox-auth-api = { path = "../proxmox/proxmox-auth-api" }
 #proxmox-borrow = { path = "../proxmox/proxmox-borrow" }
 #proxmox-compression = { path = "../proxmox/proxmox-compression" }
+#proxmox-config-digest = { path = "../proxmox/proxmox-config-digest" }
 #proxmox-fuse = { path = "../proxmox-fuse" }
 #proxmox-http = { path = "../proxmox/proxmox-http" }
 #proxmox-human-byte = { path = "../proxmox/proxmox-human-byte" }
-- 
2.43.0



_______________________________________________
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

* [pbs-devel] applied: [PATCH proxmox-backup] cargo: add local dependencies
  2024-07-09 10:54 [pbs-devel] [PATCH proxmox-backup] cargo: add local dependencies Gabriel Goller
@ 2024-07-10  9:04 ` Fabian Grünbichler
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Grünbichler @ 2024-07-10  9:04 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion

thanks!

On July 9, 2024 12:54 pm, Gabriel Goller wrote:
> Add local dependencies for new crates `proxmox-apt-api-types` and
> `proxmox-config-digest`. Also fix order of deps.
> 
> Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
> ---
>  Cargo.toml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Cargo.toml b/Cargo.toml
> index 8120526a6c11..ca07cbef0330 100644
> --- a/Cargo.toml
> +++ b/Cargo.toml
> @@ -53,13 +53,13 @@ path = "src/lib.rs"
>  
>  [workspace.dependencies]
>  # proxmox workspace
> -proxmox-config-digest = "0.1.0"
>  proxmox-apt = { version = "0.11", features = [ "cache" ] }
>  proxmox-apt-api-types = "1.0"
>  proxmox-async = "0.4"
>  proxmox-auth-api = "0.4"
>  proxmox-borrow = "1"
>  proxmox-compression = "0.2"
> +proxmox-config-digest = "0.1.0"
>  proxmox-fuse = "0.1.3"
>  proxmox-http = { version = "0.9.0", features = [ "client", "http-helpers", "websocket" ] } # see below
>  proxmox-human-byte = "0.1"
> @@ -252,10 +252,12 @@ proxmox-rrd.workspace = true
>  [patch.crates-io]
>  
>  #proxmox-apt = { path = "../proxmox/proxmox-apt" }
> +#proxmox-apt-api = { path = "../proxmox/proxmox-apt-api-types" }
>  #proxmox-async = { path = "../proxmox/proxmox-async" }
>  #proxmox-auth-api = { path = "../proxmox/proxmox-auth-api" }
>  #proxmox-borrow = { path = "../proxmox/proxmox-borrow" }
>  #proxmox-compression = { path = "../proxmox/proxmox-compression" }
> +#proxmox-config-digest = { path = "../proxmox/proxmox-config-digest" }
>  #proxmox-fuse = { path = "../proxmox-fuse" }
>  #proxmox-http = { path = "../proxmox/proxmox-http" }
>  #proxmox-human-byte = { path = "../proxmox/proxmox-human-byte" }
> -- 
> 2.43.0
> 
> 
> 
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
> 
> 
> 


_______________________________________________
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:[~2024-07-10  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-09 10:54 [pbs-devel] [PATCH proxmox-backup] cargo: add local dependencies Gabriel Goller
2024-07-10  9:04 ` [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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal