diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a45612..3d66f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -# 72.2.1 (api=3.1.0, abi=2.0.0) +# 72.1.8 (api=3.0.3, abi=2.0.0) +- Make builds more reproducible [#136](https://github.com/ZettaScaleLabs/stabby/pull/136) (thanks @pablo-smith-saronic for raising the issue and providing the fix) - Fix CI for Rust 1.72, fix support for 1.72 - Enable more lints to prevent unexpected panics @@ -6,7 +7,7 @@ - Upgraded `syn` to `2.0.46+`. # 72.1.2 (api=3.0.1, abi=2.0.0) -- Merged [#124](https://github.com/ZettaScaleLabs/stabby/pull/124), (thanks @matejcik for raising the issue and providing the fix, thanks @juliajohannessen for raising further lifetime issues through that PR's comments) +- Merged [#124](https://github.com/ZettaScaleLabs/stabby/pull/124) (thanks @matejcik for raising the issue and providing the fix, thanks @juliajohannessen for raising further lifetime issues through that PR's comments) - Fixed [#127](https://github.com/ZettaScaleLabs/stabby/issues/127) (thanks @juliajohannessen for raising the issue) # 72.1.2-rc1 (api=3.0.1, abi=2.0.0) diff --git a/Cargo.toml b/Cargo.toml index c38998c..8a796b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,12 +42,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 = "72.2.1" # Track +version = "72.1.8" # Track [workspace.dependencies] -stabby-macros = { path = "./stabby-macros/", version = "72.2.1", default-features = false } # Track -stabby-abi = { path = "./stabby-abi/", version = "72.2.1", default-features = false } # Track -stabby = { path = "./stabby/", version = "72.2.1", default-features = false } # Track +stabby-macros = { path = "./stabby-macros/", version = "72.1.8", default-features = false } # Track +stabby-abi = { path = "./stabby-abi/", version = "72.1.8", default-features = false } # Track +stabby = { path = "./stabby/", version = "72.1.8", default-features = false } # Track abi_stable = "0.11.0" libc = "0.2"