[pbs-devel] [PATCH proxmox 02/15] proxmox-uuid: remove unused libc dependency
Maximiliano Sandoval
m.sandoval at proxmox.com
Wed Aug 14 11:18:29 CEST 2024
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
proxmox-uuid/Cargo.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/proxmox-uuid/Cargo.toml b/proxmox-uuid/Cargo.toml
index 55154187..7ca5ff07 100644
--- a/proxmox-uuid/Cargo.toml
+++ b/proxmox-uuid/Cargo.toml
@@ -10,7 +10,6 @@ description = "bindings for libuuid with optional serde support"
exclude.workspace = true
[dependencies]
-libc.workspace = true
serde = { workspace = true, optional = true }
[features]
--
2.39.2
More information about the pbs-devel
mailing list