]> git.proxmox.com Git - proxmox-backup.git/blobdiff - proxmox-rrd-api-types/Cargo.toml
update to first proxmox crate split
[proxmox-backup.git] / proxmox-rrd-api-types / Cargo.toml
index 0eec1c49d9150d2a0a4e09739d9b7c07c1c91883..816f7fde8d89b7e33e576528e1771569ae846248 100644 (file)
@@ -7,5 +7,5 @@ description = "API type definitions for proxmox-rrd crate."
 
 
 [dependencies]
-serde = { version = "1.0", features = [] }
-proxmox = { version = "0.14.0", features = ["api-macro"] }
+serde = { version = "1.0", features = ["derive"] }
+proxmox-schema = { version = "1", features = ["api-macro"] }