build: make 'microfetch' crate publishable; bump hotpath
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

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I70d4385edb8ec8fe94bb7742177686846a6a6964
This commit is contained in:
raf 2026-04-13 09:19:50 +03:00
commit b385714d88
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 37 additions and 5 deletions

View file

@ -8,10 +8,10 @@ rust-version.workspace = true
license.workspace = true
readme = "../docs/README.md"
repository = "https://github.com/notashelf/microfetch"
publish = false
publish = true
[dependencies]
hotpath = { optional = true, version = "0.14.0" }
hotpath = { optional = true, version = "0.15.0" }
microfetch-alloc.workspace = true
microfetch-asm.workspace = true
microfetch-lib.workspace = true