Skip to content

Commit

Permalink
[skip ci] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
p-avital committed Jul 8, 2024
1 parent 3962897 commit eba7ed3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eba7ed3

Please sign in to comment.