diff --git a/proxmox-subscription/Cargo.toml b/proxmox-subscription/Cargo.toml index 97a9115d..d58420a3 100644 --- a/proxmox-subscription/Cargo.toml +++ b/proxmox-subscription/Cargo.toml @@ -20,8 +20,8 @@ serde_json = "1.0" proxmox-http = { path = "../proxmox-http", version = "0.6.3", default_features = false, features = ["client-trait", "http-helpers"] } proxmox-serde = { path = "../proxmox-serde", version = "0.1.1", features = ["serde_json"]} -proxmox-sys = "0.4" -proxmox-time = "1.1" +proxmox-sys = { path = "../proxmox-sys", version = "0.4" } +proxmox-time = { path = "../proxmox-time", version = "1.1" } proxmox-schema = { path = "../proxmox-schema", version = "1.3.3", features = ["api-macro"], optional = true }