]> git.proxmox.com Git - proxmox.git/commitdiff
schema: bump api macro dep to 1.0.3
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 May 2022 07:43:13 +0000 (09:43 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 May 2022 07:43:59 +0000 (09:43 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-schema/Cargo.toml
proxmox-schema/debian/control

index fe50adeef2099e71ba7122320bd9f0b82dbcf445..812bc701571018113541858f8770573eed07c986 100644 (file)
@@ -20,12 +20,12 @@ textwrap = "0.11"
 libc = { version = "0.2", optional = true }
 nix = { version = "0.19", optional = true }
 
-proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "1.0.2" }
+proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "1.0.3" }
 
 [dev-dependencies]
 url = "2.1"
 serde = { version = "1.0", features = [ "derive" ] }
-proxmox-api-macro = { path = "../proxmox-api-macro", version = "1.0.2" }
+proxmox-api-macro = { path = "../proxmox-api-macro", version = "1.0.3" }
 
 [features]
 default = []
index 0348f2c6141c4a2af02790704b1ecd6739c06bb4..4244cd6ff23bf1910b9561e1ba317edd0c6dacd6 100644 (file)
@@ -86,7 +86,7 @@ Multi-Arch: same
 Depends:
  ${misc:Depends},
  librust-proxmox-schema-dev (= ${binary:Version}),
- librust-proxmox-api-macro-1+default-dev (>= 1.0.2-~~)
+ librust-proxmox-api-macro-1+default-dev (>= 1.0.3-~~)
 Provides:
  librust-proxmox-schema+api-macro-dev (= ${binary:Version}),
  librust-proxmox-schema-1+proxmox-api-macro-dev (= ${binary:Version}),