chore: tag 0.4.11
Some checks are pending
Rust / build (push) Waiting to run

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I42b59d68cdac17ff60d52a4c25bef4686a6a6964
This commit is contained in:
raf 2025-11-17 19:18:35 +03:00
commit b24e720dd8
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "microfetch"
version = "0.4.10"
version = "0.4.11"
edition = "2024"
[lib]
@ -12,8 +12,8 @@ name = "microfetch"
path = "src/main.rs"
[dependencies]
hotpath = { optional = true, version = "0.6" }
libc = "0.2.175"
hotpath = { optional = true, version = "0.6.0" }
libc = "0.2.177"
nix = { default-features = false, features = [ "fs", "hostname", "feature" ], version = "0.30.1" }
[dev-dependencies]