forked from Proxmox/proxmox
proxmox-rrd: remove serde dependency
This commit is contained in:
parent
538e6f66f3
commit
54f7a80f97
@ -8,7 +8,6 @@ description = "Simple RRD database implementation."
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
serde = { version = "1.0", features = [] }
|
|
||||||
|
|
||||||
proxmox = { version = "0.13.5", features = ["api-macro"] }
|
proxmox = { version = "0.13.5", features = ["api-macro"] }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user