Skip to content

Commit

Permalink
release 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Sep 29, 2024
1 parent f61508a commit 3b9bd9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## Unreleased

-
-

## 1.20.0
## 1.20.1

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

## 1.19.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "once_cell"
version = "1.20.0"
version = "1.20.1"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down

0 comments on commit 3b9bd9b

Please sign in to comment.