]> git.proxmox.com Git - pve-rs.git/blobdiff - Cargo.toml
bump version to 0.1.2-1, depend on proxmox-openid 0.5.0
[pve-rs.git] / Cargo.toml
index a0106f69a0a9fc90de76da1cd32dc3b5951e1cac..9c274ff01f94871884efa7da41418fac4033a7df 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "pve-rs"
-version = "0.1.1"
+version = "0.1.2"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 edition = "2018"
 license = "AGPL-3"
@@ -17,6 +17,6 @@ crate-type = [ "cdylib" ]
 
 [dependencies]
 anyhow = "1.0"
-proxmox = { version = "0.11.5" }
+proxmox = { version = "0.11.5", default-features = false }
 perlmod = { version = "0.5.1", features = [ "exporter" ] }
-proxmox-openid = "0.3.0"
+proxmox-openid = "0.5.0"