mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 21:07:41 +00:00
chore: drop libc from crate dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I1a4110c5b79f7cbb3a7d964e3a5a80c66a6a6964
This commit is contained in:
parent
99e033c415
commit
a798c5d3e8
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -571,7 +571,6 @@ version = "0.4.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"criterion",
|
"criterion",
|
||||||
"hotpath",
|
"hotpath",
|
||||||
"libc",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hotpath = { optional = true, version = "0.13.0" }
|
hotpath = { optional = true, version = "0.13.0" }
|
||||||
libc = "0.2.183"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.8.1"
|
criterion = "0.8.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue