]> git.proxmox.com Git - proxmox-backup.git/commitdiff
bump proxmox dependency to 0.5.0 for nix 0.19
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 19 Oct 2020 10:35:03 +0000 (12:35 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 19 Oct 2020 10:35:03 +0000 (12:35 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index f40f489387bf5a7945bd87978d5d06641870e9a5..88295d1646859d2a7331968f7b1f57a0be8af40c 100644 (file)
@@ -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.4", features = [ "sortable-macro", "api-macro", "websocket" ] }
+proxmox = { version = "0.5.0", features = [ "sortable-macro", "api-macro", "websocket" ] }
 #proxmox = { git = "git://git.proxmox.com/git/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"