From c594d847b5933e8a62dde5690ee649360ee16f9e Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Wed, 14 Aug 2024 11:18:29 +0200 Subject: [PATCH] uuid: remove unused libc dependency Signed-off-by: Maximiliano Sandoval --- 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]