Remove extraneous libc dependency

data-structures
Leni Aniva 2024-03-05 16:01:06 -08:00
parent a4a96bce61
commit c79205252e
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -253,7 +253,6 @@ name = "rustcalllean"
version = "0.1.0"
dependencies = [
"bindgen",
"libc",
]
[[package]]

View File

@ -9,7 +9,6 @@ edition = "2021"
rust-version = "1.73"
[dependencies]
libc = "0.2.153"
[build-dependencies]
# the experimental flag must be enabled