Skip to content

Commit 3514863

Browse files
bors[bot]Imberflur
andauthored
Merge #222
222: Bump version to 1.17.1 and update the changelog. r=matklad a=Imberflur Adds changelog entry for #219 Extracted from #221 since that needs [a higher MSRV ](rust-lang/rust#98383). Co-authored-by: Imbris <[email protected]>
2 parents 78ab172 + f0ad5f0 commit 3514863

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
-
66

7+
## 1.17.1
8+
9+
- Make `OnceRef` implementation compliant with [strict provenance](https://github.com/rust-lang/rust/issues/95228).
10+
711
## 1.17.0
812

913
- Add `race::OnceRef` for storing a `&'a T`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "once_cell"
3-
version = "1.17.0"
3+
version = "1.17.1"
44
authors = ["Aleksey Kladov <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)