mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-03 04:03:27 +00:00
bump deps; add libc crate
This commit is contained in:
parent
e9aa9a2bbe
commit
8df950d340
2 changed files with 100 additions and 97 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "microfetch"
|
||||
version = "0.4.6"
|
||||
edition = "2021"
|
||||
version = "0.4.7"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "microfetch_lib"
|
||||
|
@ -13,7 +13,8 @@ path = "src/main.rs"
|
|||
|
||||
[dependencies]
|
||||
nix = { version = "0.29", features = ["fs", "hostname", "feature"] }
|
||||
lazy_static = "1.5.0"
|
||||
lazy_static = "1.5"
|
||||
libc = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue