Skip to content

Commit 3b9bd9b

Browse files
committed
release 1.20.1
1 parent f61508a commit 3b9bd9b

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## Unreleased
44

5-
-
5+
-
66

7-
## 1.20.0
7+
## 1.20.1
88

9-
- propagate `critical-section` feature selection into `portable-atomic`; other minor updates [#260](https://github.com/matklad/once_cell/pull/260)
9+
- Allow using `race` module using just `portable_atomic`, without `critical_section` and provide
10+
better error messages on targets without atomic CAS instruction,
11+
[#265](https://github.com/matklad/once_cell/pull/265).
1012

1113
## 1.19.0
1214

Cargo.lock.msrv

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "once_cell"
3-
version = "1.20.0"
3+
version = "1.20.1"
44
authors = ["Aleksey Kladov <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)