uuid: remove unused libc dependency

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-08-14 11:18:29 +02:00 committed by Wolfgang Bumiller
parent 709c237ebc
commit c594d847b5

View File

@ -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]