]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox-api-macro to 1.0.1-1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 12 Oct 2021 12:50:28 +0000 (14:50 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 12 Oct 2021 12:51:35 +0000 (14:51 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-api-macro/Cargo.toml
proxmox-api-macro/debian/changelog
proxmox-api-macro/debian/control

index cba7d1c51531ae2eaefc12e91d6a4fa564f75197..88dec26263f96b14e169be7a2fbbeed3fc3bb5aa 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "proxmox-api-macro"
 edition = "2018"
-version = "1.0.0"
+version = "1.0.1"
 authors = [ "Wolfgang Bumiller <w.bumiller@proxmox.com>" ]
 license = "AGPL-3"
 description = "Proxmox API macro"
index c0b2ddab32e5f0c145dad8fb92ecee208f958c59..6ab0b599433c5f1bcf4bbbc13e2032e81fcc70ff 100644 (file)
@@ -1,3 +1,9 @@
+rust-proxmox-api-macro (1.0.1-1) stable; urgency=medium
+
+  * stop adding automatically_derived to derived output to please new rustc
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 12 Oct 2021 14:49:35 +0200
+
 rust-proxmox-api-macro (1.0.0-1) stable; urgency=medium
 
   * schema was split out of proxmox into a new proxmox-schema crate
index 5e0979e539993708e1caa1dbebfeae93155d658a..4ab820f418e62dcc8b8f62a179c3c639bfde2f8b 100644 (file)
@@ -37,8 +37,8 @@ Provides:
  librust-proxmox-api-macro-1+default-dev (= ${binary:Version}),
  librust-proxmox-api-macro-1.0-dev (= ${binary:Version}),
  librust-proxmox-api-macro-1.0+default-dev (= ${binary:Version}),
- librust-proxmox-api-macro-1.0.0-dev (= ${binary:Version}),
- librust-proxmox-api-macro-1.0.0+default-dev (= ${binary:Version})
+ librust-proxmox-api-macro-1.0.1-dev (= ${binary:Version}),
+ librust-proxmox-api-macro-1.0.1+default-dev (= ${binary:Version})
 Description: Proxmox API macro - Rust source code
  This package contains the source for the Rust proxmox-api-macro crate, packaged
  by debcargo for use with cargo and dh-cargo.