forked from proxmox-mirrors/proxmox
switch remaining member dependencies to workspace
these are only used by a single member at the moment, but we can move them to the workspace to have a single location for version + base feature set specification. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
b659deb529
commit
32504b78db
@ -18,7 +18,7 @@ log.workspace = true
|
|||||||
nix.workspace = true
|
nix.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
serde_cbor = "0.11.1"
|
serde_cbor.workspace = true
|
||||||
|
|
||||||
proxmox-time.workspace = true
|
proxmox-time.workspace = true
|
||||||
proxmox-schema = { workspace = true, features = [ "api-macro" ] }
|
proxmox-schema = { workspace = true, features = [ "api-macro" ] }
|
||||||
|
Loading…
Reference in New Issue
Block a user