From 71d5a544fbcad06af6b007b7d81766c6d3c070c8 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Penna Date: Thu, 5 Sep 2024 10:50:13 -0700 Subject: [PATCH 1/3] [contrib] E: Updating Build Sytem --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 2e1a521..e9ec467 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 2e1a5219e8d44e396ea7d5e00f18cc2392678f84 +Subproject commit e9ec46799b147ef3609803d1aa4ec3de3ae90898 From ee72ff837d92384c7a906bc5983a83998e56eda2 Mon Sep 17 00:00:00 2001 From: Pedro Henrique Penna Date: Thu, 5 Sep 2024 10:50:31 -0700 Subject: [PATCH 2/3] [contrib] E: Updating error --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3708d51..478c5fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 From 21ec888a66514b36262f56a089707c0dce80cc0c Mon Sep 17 00:00:00 2001 From: Pedro Henrique Penna Date: Thu, 5 Sep 2024 10:50:40 -0700 Subject: [PATCH 3/3] [build] E: Updating Version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 478c5fb..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"]