diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f3a862..bf489b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - +## 1.17.1 + +- Make `OnceRef` implementation compliant with [strict provenance](https://github.com/rust-lang/rust/issues/95228). + ## 1.17.0 - Add `race::OnceRef` for storing a `&'a T`. diff --git a/Cargo.toml b/Cargo.toml index 5ceec5e..ad02c34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "once_cell" -version = "1.17.0" +version = "1.17.1" authors = ["Aleksey Kladov "] license = "MIT OR Apache-2.0" edition = "2021"