From eba7ed3f7851260492ddcef4083302c68f5fee81 Mon Sep 17 00:00:00 2001 From: Pierre Avital Date: Mon, 8 Jul 2024 12:05:10 +0200 Subject: [PATCH] [skip ci] bump version --- CHANGELOG.md | 3 +++ Cargo.toml | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4d806..858ec9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 36.1.1-rc8 (api=2.0.0, abi=2.0.0) +- Improve `DefaultAllocator` handling + # 36.1.1-rc7 (api=2.0.0, abi=2.0.0) - BREAKING CHANGES: - The in-place constructors for `Box` and `Arc` now require the initializer function to return a result, yielding the uninitialized allocation if allocation succeeded but initialization reported a failure. diff --git a/Cargo.toml b/Cargo.toml index 140a64f..a2d17c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,12 +33,12 @@ license = " EPL-2.0 OR Apache-2.0" categories = ["development-tools::ffi", "no-std::no-alloc"] repository = "https://github.com/ZettaScaleLabs/stabby" readme = "stabby/README.md" -version = "36.1.1-rc7" # Track +version = "36.1.1-rc8" # Track [workspace.dependencies] -stabby-macros = { path = "./stabby-macros/", version = "36.1.1-rc7", default-features = false } # Track -stabby-abi = { path = "./stabby-abi/", version = "36.1.1-rc7", default-features = false } # Track -stabby = { path = "./stabby/", version = "36.1.1-rc7", default-features = false } # Track +stabby-macros = { path = "./stabby-macros/", version = "36.1.1-rc8", default-features = false } # Track +stabby-abi = { path = "./stabby-abi/", version = "36.1.1-rc8", default-features = false } # Track +stabby = { path = "./stabby/", version = "36.1.1-rc8", default-features = false } # Track abi_stable = "0.11.0" libc = "0.2"