Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'enhancement-contrib-update' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ppenna committed Sep 5, 2024
2 parents 94a55b0 + 21ec888 commit 0c14e25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "allocator"
version = "0.0.4"
version = "0.0.5"
license-file = "LICENSE.txt"
edition = "2021"
authors = ["The Maintainers of Nanvix"]
Expand All @@ -14,8 +14,8 @@ homepage = "https://github.com/nanvix"
crate-type = ["lib"]

[dependencies]
error = { git = "https://github.com/nanvix/error", branch = "releases/v0.0.4" }
slab = { git = "https://github.com/nanvix/slab", branch = "releases/v0.0.4" }
error = { git = "https://github.com/nanvix/error", branch = "releases/v0.0.5" }
slab = { git = "https://github.com/nanvix/slab", branch = "releases/v0.0.5" }

[profile.release]
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 1 files
+1 −1 rust/rust-toolchain

0 comments on commit 0c14e25

Please sign in to comment.