From 9a75eb11cbe7c94790f48621a1bd1b3a0a3c58ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 8 Oct 2020 10:44:51 +0200 Subject: [PATCH] depend on proxmox 0.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit needed for constnamedbitmap macro Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 99824b12..c4ab3335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ pam-sys = "0.5" percent-encoding = "2.1" pin-utils = "0.1.0" pathpatterns = "0.1.2" -proxmox = { version = "0.4.2", features = [ "sortable-macro", "api-macro", "websocket" ] } +proxmox = { version = "0.4.3", features = [ "sortable-macro", "api-macro", "websocket" ] } #proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] } proxmox-fuse = "0.1.0" diff --git a/debian/control b/debian/control index 34093ffa..b0fdd6cc 100644 --- a/debian/control +++ b/debian/control @@ -34,10 +34,10 @@ Build-Depends: debhelper (>= 11), librust-pathpatterns-0.1+default-dev (>= 0.1.2-~~), librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-pin-utils-0.1+default-dev, - librust-proxmox-0.4+api-macro-dev (>= 0.4.2-~~), - librust-proxmox-0.4+default-dev (>= 0.4.2-~~), - librust-proxmox-0.4+sortable-macro-dev (>= 0.4.2-~~), - librust-proxmox-0.4+websocket-dev (>= 0.4.2-~~), + librust-proxmox-0.4+api-macro-dev (>= 0.4.3-~~), + librust-proxmox-0.4+default-dev (>= 0.4.3-~~), + librust-proxmox-0.4+sortable-macro-dev (>= 0.4.3-~~), + librust-proxmox-0.4+websocket-dev (>= 0.4.3-~~), librust-proxmox-fuse-0.1+default-dev, librust-pxar-0.6+default-dev (>= 0.6.1-~~), librust-pxar-0.6+futures-io-dev (>= 0.6.1-~~), -- 2.39.2