mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-09 05:24:38 +00:00
bump proxmox-router to 2.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1ce7294e06
commit
985717d948
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-router"
|
name = "proxmox-router"
|
||||||
version = "2.0.0"
|
version = "2.1.0"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-router (2.1.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* move `HttpError` and its macros into its own crate and re-export here
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Fri, 28 Jul 2023 11:08:59 +0200
|
||||||
|
|
||||||
rust-proxmox-router (2.0.0-1) bookworm; urgency=medium
|
rust-proxmox-router (2.0.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* update to Debian 12 bookworm versioning
|
* update to Debian 12 bookworm versioning
|
||||||
|
@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
librust-percent-encoding-2+default-dev (>= 2.1-~~) <!nocheck>,
|
||||||
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
|
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) <!nocheck>,
|
||||||
|
librust-proxmox-http-error-0.1+default-dev <!nocheck>,
|
||||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
|
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
|
||||||
librust-proxmox-schema-2+default-dev <!nocheck>,
|
librust-proxmox-schema-2+default-dev <!nocheck>,
|
||||||
librust-rustyline-9+default-dev <!nocheck>,
|
librust-rustyline-9+default-dev <!nocheck>,
|
||||||
@ -38,6 +39,7 @@ Depends:
|
|||||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
||||||
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
|
librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~),
|
||||||
|
librust-proxmox-http-error-0.1+default-dev,
|
||||||
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
|
||||||
librust-proxmox-schema-2+default-dev,
|
librust-proxmox-schema-2+default-dev,
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
@ -51,8 +53,8 @@ Suggests:
|
|||||||
librust-proxmox-router+test-harness-dev (= ${binary:Version})
|
librust-proxmox-router+test-harness-dev (= ${binary:Version})
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-2-dev (= ${binary:Version}),
|
librust-proxmox-router-2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0-dev (= ${binary:Version}),
|
librust-proxmox-router-2.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0.0-dev (= ${binary:Version})
|
librust-proxmox-router-2.1.0-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - Rust source code
|
Description: Proxmox API Router and CLI utilities - Rust source code
|
||||||
This package contains the source for the Rust proxmox-router crate, packaged by
|
This package contains the source for the Rust proxmox-router crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -69,8 +71,8 @@ Depends:
|
|||||||
librust-tokio-1+default-dev (>= 1.6-~~)
|
librust-tokio-1+default-dev (>= 1.6-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-2+cli-dev (= ${binary:Version}),
|
librust-proxmox-router-2+cli-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0+cli-dev (= ${binary:Version}),
|
librust-proxmox-router-2.1+cli-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0.0+cli-dev (= ${binary:Version})
|
librust-proxmox-router-2.1.0+cli-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - feature "cli"
|
Description: Proxmox API Router and CLI utilities - feature "cli"
|
||||||
This metapackage enables feature "cli" for the Rust proxmox-router crate, by
|
This metapackage enables feature "cli" for the Rust proxmox-router crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -85,8 +87,8 @@ Depends:
|
|||||||
librust-proxmox-router+server-dev (= ${binary:Version})
|
librust-proxmox-router+server-dev (= ${binary:Version})
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-2+default-dev (= ${binary:Version}),
|
librust-proxmox-router-2+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0+default-dev (= ${binary:Version}),
|
librust-proxmox-router-2.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0.0+default-dev (= ${binary:Version})
|
librust-proxmox-router-2.1.0+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - feature "default"
|
Description: Proxmox API Router and CLI utilities - feature "default"
|
||||||
This metapackage enables feature "default" for the Rust proxmox-router crate,
|
This metapackage enables feature "default" for the Rust proxmox-router crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
@ -102,8 +104,8 @@ Depends:
|
|||||||
librust-hyper-0.14+full-dev (>= 0.14.5-~~)
|
librust-hyper-0.14+full-dev (>= 0.14.5-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-2+server-dev (= ${binary:Version}),
|
librust-proxmox-router-2+server-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0+server-dev (= ${binary:Version}),
|
librust-proxmox-router-2.1+server-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0.0+server-dev (= ${binary:Version})
|
librust-proxmox-router-2.1.0+server-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - feature "server"
|
Description: Proxmox API Router and CLI utilities - feature "server"
|
||||||
This metapackage enables feature "server" for the Rust proxmox-router crate, by
|
This metapackage enables feature "server" for the Rust proxmox-router crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -117,8 +119,8 @@ Depends:
|
|||||||
librust-proxmox-schema-2+test-harness-dev
|
librust-proxmox-schema-2+test-harness-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-router-2+test-harness-dev (= ${binary:Version}),
|
librust-proxmox-router-2+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0+test-harness-dev (= ${binary:Version}),
|
librust-proxmox-router-2.1+test-harness-dev (= ${binary:Version}),
|
||||||
librust-proxmox-router-2.0.0+test-harness-dev (= ${binary:Version})
|
librust-proxmox-router-2.1.0+test-harness-dev (= ${binary:Version})
|
||||||
Description: Proxmox API Router and CLI utilities - feature "test-harness"
|
Description: Proxmox API Router and CLI utilities - feature "test-harness"
|
||||||
This metapackage enables feature "test-harness" for the Rust proxmox-router
|
This metapackage enables feature "test-harness" for the Rust proxmox-router
|
||||||
crate, by pulling in any additional dependencies needed by that feature.
|
crate, by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user