diff --git a/Cargo.toml b/Cargo.toml index 3708d51..3eed93e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -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 diff --git a/build b/build index 2e1a521..e9ec467 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 2e1a5219e8d44e396ea7d5e00f18cc2392678f84 +Subproject commit e9ec46799b147ef3609803d1aa4ec3de3ae90898