Merge pull request #64 from NotAShelf/dependabot/cargo/hotpath-0.15.0
Some checks failed
Rust / Test on aarch64-unknown-linux-gnu (push) Has been cancelled
Rust / Test on riscv64gc-unknown-linux-gnu (push) Has been cancelled
Rust / Test on x86_64-unknown-linux-gnu (push) Has been cancelled

build: bump hotpath from 0.14.1 to 0.15.0
This commit is contained in:
raf 2026-04-16 08:56:18 +03:00 committed by GitHub
commit 136d5bcb58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 25 deletions

View file

@ -9,7 +9,7 @@ license.workspace = true
publish = false
[dependencies]
hotpath = { optional = true, version = "0.14.0" }
hotpath = { optional = true, version = "0.15.0" }
microfetch-asm.workspace = true
[features]