depend on proxmox 0.9.0
This commit is contained in:
parent
eb5e3420ae
commit
2012825913
|
@ -48,7 +48,7 @@ percent-encoding = "2.1"
|
||||||
pin-utils = "0.1.0"
|
pin-utils = "0.1.0"
|
||||||
pin-project = "0.4"
|
pin-project = "0.4"
|
||||||
pathpatterns = "0.1.2"
|
pathpatterns = "0.1.2"
|
||||||
proxmox = { version = "0.8.1", features = [ "sortable-macro", "api-macro", "websocket" ] }
|
proxmox = { version = "0.9.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 = { 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 = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] }
|
||||||
proxmox-fuse = "0.1.0"
|
proxmox-fuse = "0.1.0"
|
||||||
|
|
|
@ -35,10 +35,10 @@ Build-Depends: debhelper (>= 11),
|
||||||
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
librust-percent-encoding-2+default-dev (>= 2.1-~~),
|
||||||
librust-pin-project-0.4+default-dev,
|
librust-pin-project-0.4+default-dev,
|
||||||
librust-pin-utils-0.1+default-dev,
|
librust-pin-utils-0.1+default-dev,
|
||||||
librust-proxmox-0.8+api-macro-dev (>= 0.8.1-~~),
|
librust-proxmox-0.9+api-macro-dev,
|
||||||
librust-proxmox-0.8+default-dev (>= 0.8.1-~~),
|
librust-proxmox-0.9+default-dev,
|
||||||
librust-proxmox-0.8+sortable-macro-dev (>= 0.8.1-~~),
|
librust-proxmox-0.9+sortable-macro-dev,
|
||||||
librust-proxmox-0.8+websocket-dev (>= 0.8.1-~~),
|
librust-proxmox-0.9+websocket-dev,
|
||||||
librust-proxmox-fuse-0.1+default-dev,
|
librust-proxmox-fuse-0.1+default-dev,
|
||||||
librust-pxar-0.6+default-dev (>= 0.6.2-~~),
|
librust-pxar-0.6+default-dev (>= 0.6.2-~~),
|
||||||
librust-pxar-0.6+futures-io-dev (>= 0.6.2-~~),
|
librust-pxar-0.6+futures-io-dev (>= 0.6.2-~~),
|
||||||
|
@ -115,6 +115,7 @@ Depends: fonts-font-awesome,
|
||||||
smartmontools,
|
smartmontools,
|
||||||
mtx,
|
mtx,
|
||||||
mt-st,
|
mt-st,
|
||||||
|
sg3-utils,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Recommends: zfsutils-linux,
|
Recommends: zfsutils-linux,
|
||||||
|
|
|
@ -550,7 +550,7 @@ fn mam_attributes(
|
||||||
.column(ColumnConfig::new("value"))
|
.column(ColumnConfig::new("value"))
|
||||||
;
|
;
|
||||||
|
|
||||||
format_and_print_result_full(&mut data, info.returns, &output_format, &options);
|
format_and_print_result_full(&mut data, &info.returns, &output_format, &options);
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue