From 0f802c8667d917473a43ced70554ba60f77b2aa3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 5 Nov 2020 12:10:01 +0100 Subject: [PATCH] proxmox: loosen version requirement to api macro crate allow updates of minor api-macro releases, breaking ones should get the first or second version tuple bumped anyway. Signed-off-by: Thomas Lamprecht --- proxmox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 413da8f8..cdc75cf6 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -50,7 +50,7 @@ url = "2.1" #regex, serde, serde_json # Macro crates: -proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.2.2" } +proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.2" } proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.1" } [features]