We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ab172 commit f0ad5f0Copy full SHA for f0ad5f0
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
-
6
7
+## 1.17.1
8
+
9
+- Make `OnceRef` implementation compliant with [strict provenance](https://github.com/rust-lang/rust/issues/95228).
10
11
## 1.17.0
12
13
- Add `race::OnceRef` for storing a `&'a T`.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "once_cell"
3
-version = "1.17.0"
+version = "1.17.1"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
0 commit comments