mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-02 19:53:27 +00:00
This commit is contained in:
parent
28e156b9a7
commit
f7d7c73073
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "microfetch"
|
||||
version = "0.4.7"
|
||||
version = "0.4.8"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
|
@ -12,7 +12,7 @@ name = "microfetch"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
nix = { version = "0.29", features = ["fs", "hostname", "feature"] }
|
||||
nix = { version = "0.30", features = ["fs", "hostname", "feature"] }
|
||||
lazy_static = "1.5"
|
||||
libc = "0.2"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue