proxmox-router: bump to 1.1.1
for current anyhow compat Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
63cecf8a69
commit
0a0f3906b5
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-router"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-router (1.1.1-1) unstable; urgency=medium
|
||||
|
||||
* avoid anyhow wildcard imports
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 1 Dec 2021 13:17:44 +0100
|
||||
|
||||
rust-proxmox-router (1.1.0-1) unstable; urgency=medium
|
||||
|
||||
* add filename completions helper (moved from pbs-tools)
|
||||
|
@ -2,7 +2,7 @@ Source: rust-proxmox-router
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 24),
|
||||
dh-cargo (>= 25),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
@ -50,7 +50,7 @@ Suggests:
|
||||
Provides:
|
||||
librust-proxmox-router-1-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1.0-dev (= ${binary:Version})
|
||||
librust-proxmox-router-1.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.
|
||||
@ -61,17 +61,17 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-router-dev (= ${binary:Version}),
|
||||
librust-libc-0.2+default-dev,
|
||||
librust-rustyline-7+default-dev,
|
||||
librust-tokio-1+default-dev
|
||||
librust-proxmox-router+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-router+rustyline-dev (= ${binary:Version}),
|
||||
librust-proxmox-router+tokio-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-proxmox-router+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1.0+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-router-1.1.1+cli-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1.1+default-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "cli" and 1 more
|
||||
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-1+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1+libc-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1.0+libc-dev (= ${binary:Version})
|
||||
librust-proxmox-router-1.1.1+libc-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "libc"
|
||||
This metapackage enables feature "libc" for the Rust proxmox-router crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -103,7 +103,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-router-1+rustyline-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1+rustyline-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1.0+rustyline-dev (= ${binary:Version})
|
||||
librust-proxmox-router-1.1.1+rustyline-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "rustyline"
|
||||
This metapackage enables feature "rustyline" for the Rust proxmox-router crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
@ -118,7 +118,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-router-1+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1+test-harness-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1.0+test-harness-dev (= ${binary:Version})
|
||||
librust-proxmox-router-1.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.
|
||||
@ -133,7 +133,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-router-1+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1+tokio-dev (= ${binary:Version}),
|
||||
librust-proxmox-router-1.1.0+tokio-dev (= ${binary:Version})
|
||||
librust-proxmox-router-1.1.1+tokio-dev (= ${binary:Version})
|
||||
Description: Proxmox API Router and CLI utilities - feature "tokio"
|
||||
This metapackage enables feature "tokio" for the Rust proxmox-router crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user