chore: bump nix crate; 0.4.8
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
raf 2025-05-02 12:50:41 +03:00
commit f7d7c73073
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 5 additions and 5 deletions

View file

@ -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"