chore: drop libc from crate dependencies

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I1a4110c5b79f7cbb3a7d964e3a5a80c66a6a6964
This commit is contained in:
raf 2026-03-25 17:06:51 +03:00
commit a798c5d3e8
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -571,7 +571,6 @@ version = "0.4.13"
dependencies = [
"criterion",
"hotpath",
"libc",
]
[[package]]

View file

@ -19,7 +19,6 @@ path = "src/main.rs"
[dependencies]
hotpath = { optional = true, version = "0.13.0" }
libc = "0.2.183"
[dev-dependencies]
criterion = "0.8.1"