bump proxmox-router to 2.1.1-1
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
b232b580a0
commit
4fd7359677
@ -97,7 +97,7 @@ proxmox-io = { version = "1.0.0", path = "proxmox-io" }
|
||||
proxmox-lang = { version = "1.1", path = "proxmox-lang" }
|
||||
proxmox-login = { version = "0.1.0", path = "proxmox-login" }
|
||||
proxmox-rest-server = { version = "0.4.0", path = "proxmox-rest-server" }
|
||||
proxmox-router = { version = "2.0.0", path = "proxmox-router" }
|
||||
proxmox-router = { version = "2.1.1", path = "proxmox-router" }
|
||||
proxmox-schema = { version = "2.0.0", path = "proxmox-schema" }
|
||||
proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
|
||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-router"
|
||||
version = "2.1.0"
|
||||
version = "2.1.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-router (2.1.1-1) stable; urgency=medium
|
||||
|
||||
* rebuild with env_logger 0.10
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 02 Oct 2023 09:09:32 +0200
|
||||
|
||||
rust-proxmox-router (2.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* move `HttpError` and its macros into its own crate and re-export here
|
||||
|
@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12),
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-env-logger-0.9+default-dev <!nocheck>,
|
||||
librust-env-logger-0.10+default-dev <!nocheck>,
|
||||
librust-http-0.2+default-dev <!nocheck>,
|
||||
librust-hyper-0.14+default-dev (>= 0.14.5-~~) <!nocheck>,
|
||||
librust-hyper-0.14+full-dev (>= 0.14.5-~~) <!nocheck>,
|
||||
@ -54,7 +54,7 @@ Suggests:
|
||||
Provides:
|
||||
librust-proxmox-router-2-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1.0-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2.1.1-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - Rust source code
|
||||
This package contains the source for the Rust proxmox-router crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
@ -65,14 +65,14 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-router-dev (= ${binary:Version}),
|
||||
librust-env-logger-0.9+default-dev,
|
||||
librust-env-logger-0.10+default-dev,
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||
librust-rustyline-9+default-dev,
|
||||
librust-tokio-1+default-dev (>= 1.6-~~)
|
||||
Provides:
|
||||
librust-proxmox-router-2+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1.0+cli-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2.1.1+cli-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "cli"
|
||||
This metapackage enables feature "cli" for the Rust proxmox-router crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -88,7 +88,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-router-2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2.1.1+default-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "default"
|
||||
This metapackage enables feature "default" for the Rust proxmox-router crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -105,7 +105,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-router-2+server-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1+server-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1.0+server-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2.1.1+server-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "server"
|
||||
This metapackage enables feature "server" for the Rust proxmox-router crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -120,7 +120,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-router-2+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-2.1.0+test-harness-dev (= ${binary:Version})
|
||||
librust-proxmox-router-2.1.1+test-harness-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "test-harness"
|
||||
This metapackage enables feature "test-harness" for the Rust proxmox-router
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user