public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH offline-mirror] cargo: update proxmox-subscription to version 0.5.0
@ 2024-12-02 10:21 Maximiliano Sandoval
  2024-12-05  8:38 ` [pbs-devel] applied: " Fabian Grünbichler
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2024-12-02 10:21 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 Cargo.toml     | 2 +-
 debian/control | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 66c172d..22a4bc0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,6 @@ proxmox-router = { version = "3", features = [ "cli" ], default-features = false
 proxmox-schema = { version = "3.1.4", features = [ "api-macro" ] }
 proxmox-section-config = "2"
 proxmox-serde = "0.1"
-proxmox-subscription = { version = "0.4.2", features = [ "api-types" ] }
+proxmox-subscription = { version = "0.5.0", features = [ "api-types" ] }
 proxmox-sys = { version = "0.6", features = [ "timer" ] }
 proxmox-time = "2"
diff --git a/debian/control b/debian/control
index 20251cd..55d686d 100644
--- a/debian/control
+++ b/debian/control
@@ -27,8 +27,8 @@ Build-Depends: bash-completion,
                librust-proxmox-schema-3+default-dev (>= 3.1.4-~~),
                librust-proxmox-section-config-2+default-dev,
                librust-proxmox-serde-0.1+default-dev,
-               librust-proxmox-subscription-0.4+api-types-dev (>= 0.4.2-~~),
-               librust-proxmox-subscription-0.4+default-dev (>= 0.4.2-~~),
+               librust-proxmox-subscription-0.5+api-types-dev (>= 0.5.0-~~),
+               librust-proxmox-subscription-0.5+default-dev (>= 0.5.0-~~),
                librust-proxmox-sys-0.6+default-dev,
                librust-proxmox-sys-0.6+timer-dev,
                librust-proxmox-time-2+default-dev,
-- 
2.39.5



_______________________________________________
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 offline-mirror] cargo: update proxmox-subscription to version 0.5.0
  2024-12-02 10:21 [pbs-devel] [PATCH offline-mirror] cargo: update proxmox-subscription to version 0.5.0 Maximiliano Sandoval
@ 2024-12-05  8:38 ` Fabian Grünbichler
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Grünbichler @ 2024-12-05  8:38 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion

On December 2, 2024 11:21 am, Maximiliano Sandoval wrote:
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
>  Cargo.toml     | 2 +-
>  debian/control | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Cargo.toml b/Cargo.toml
> index 66c172d..22a4bc0 100644
> --- a/Cargo.toml
> +++ b/Cargo.toml
> @@ -33,6 +33,6 @@ proxmox-router = { version = "3", features = [ "cli" ], default-features = false
>  proxmox-schema = { version = "3.1.4", features = [ "api-macro" ] }
>  proxmox-section-config = "2"
>  proxmox-serde = "0.1"
> -proxmox-subscription = { version = "0.4.2", features = [ "api-types" ] }
> +proxmox-subscription = { version = "0.5.0", features = [ "api-types" ] }
>  proxmox-sys = { version = "0.6", features = [ "timer" ] }
>  proxmox-time = "2"
> diff --git a/debian/control b/debian/control
> index 20251cd..55d686d 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -27,8 +27,8 @@ Build-Depends: bash-completion,
>                 librust-proxmox-schema-3+default-dev (>= 3.1.4-~~),
>                 librust-proxmox-section-config-2+default-dev,
>                 librust-proxmox-serde-0.1+default-dev,
> -               librust-proxmox-subscription-0.4+api-types-dev (>= 0.4.2-~~),
> -               librust-proxmox-subscription-0.4+default-dev (>= 0.4.2-~~),
> +               librust-proxmox-subscription-0.5+api-types-dev (>= 0.5.0-~~),
> +               librust-proxmox-subscription-0.5+default-dev (>= 0.5.0-~~),
>                 librust-proxmox-sys-0.6+default-dev,
>                 librust-proxmox-sys-0.6+timer-dev,
>                 librust-proxmox-time-2+default-dev,
> -- 
> 2.39.5
> 
> 
> 
> _______________________________________________
> 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-12-05  8:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-02 10:21 [pbs-devel] [PATCH offline-mirror] cargo: update proxmox-subscription to version 0.5.0 Maximiliano Sandoval
2024-12-05  8:38 ` [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