chore: bump hotpath

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I1ae1d9b3d25ff220bee51660efc598b76a6a6964
This commit is contained in:
raf 2025-11-30 15:13:14 +03:00
commit 09da1c27d2
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 75 additions and 9 deletions

View file

@ -12,17 +12,16 @@ name = "microfetch"
path = "src/main.rs"
[dependencies]
hotpath = { optional = true, version = "0.6.0" }
hotpath = { optional = true, version = "0.7.5" }
libc = "0.2.177"
[dev-dependencies]
criterion = "0.8.0"
[features]
hotpath = [ "dep:hotpath", "hotpath/hotpath" ]
hotpath-alloc-bytes-total = [ "hotpath/hotpath-alloc-bytes-total" ]
hotpath-alloc-count-total = [ "hotpath/hotpath-alloc-count-total" ]
hotpath-off = [ "hotpath/hotpath-off" ]
hotpath = [ "dep:hotpath", "hotpath/hotpath" ]
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
hotpath-off = [ "hotpath/hotpath-off" ]
[[bench]]
harness = false