]> git.proxmox.com Git - proxmox-backup.git/commitdiff
depend on proxmox 0.3.1
authorDietmar Maurer <dietmar@proxmox.com>
Sun, 2 Aug 2020 10:02:21 +0000 (12:02 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sun, 2 Aug 2020 10:02:21 +0000 (12:02 +0200)
Cargo.toml

index 6015e3ab43cdd66b9d88a0147d4b48d83f6075f5..dfd027a1152b1442155f7c3fe723227e28c665a6 100644 (file)
@@ -39,7 +39,7 @@ pam-sys = "0.5"
 percent-encoding = "2.1"
 pin-utils = "0.1.0"
 pathpatterns = "0.1.2"
-proxmox = { version = "0.3.0", features = [ "sortable-macro", "api-macro", "websocket" ] }
+proxmox = { version = "0.3.1", 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"