]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-router to 2.1.2-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 6 Dec 2023 15:00:10 +0000 (16:00 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 6 Dec 2023 15:00:10 +0000 (16:00 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-router/Cargo.toml
proxmox-router/debian/changelog
proxmox-router/debian/control

index c53ccd06ae491e279b08def143422baee1d066ee..afe2abb5261dc9d894d39dfd4b820ef31bba481b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "proxmox-router"
-version = "2.1.1"
+version = "2.1.2"
 authors.workspace = true
 edition.workspace = true
 license.workspace = true
index 8be9d469f09f2ca441193b09f571af906713291f..af4b4eb34c91b04ad2f04671458909ca944eb7ec 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-router (2.1.2-1) stable; urgency=medium
+
+  * fix a compile warning
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 06 Dec 2023 15:59:39 +0100
+
 rust-proxmox-router (2.1.1-1) stable; urgency=medium
 
   * rebuild with env_logger 0.10
index 615cb534e2a9809fc5fb9307457002b4532306c9..820bf62adb08ba9a9d6a914c1a79cb6b4f37083c 100644 (file)
@@ -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.1-dev (= ${binary:Version})
+ librust-proxmox-router-2.1.2-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.
@@ -72,7 +72,7 @@ Depends:
 Provides:
  librust-proxmox-router-2+cli-dev (= ${binary:Version}),
  librust-proxmox-router-2.1+cli-dev (= ${binary:Version}),
- librust-proxmox-router-2.1.1+cli-dev (= ${binary:Version})
+ librust-proxmox-router-2.1.2+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.1+default-dev (= ${binary:Version})
+ librust-proxmox-router-2.1.2+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.1+server-dev (= ${binary:Version})
+ librust-proxmox-router-2.1.2+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.1+test-harness-dev (= ${binary:Version})
+ librust-proxmox-router-2.1.2+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.