mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-12-08 14:03:51 +00:00
chore: bump hotpath
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I1ae1d9b3d25ff220bee51660efc598b76a6a6964
This commit is contained in:
parent
c1a4bc24f4
commit
09da1c27d2
2 changed files with 75 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue