Skip to content

Commit 2715aa9

Browse files
committed
v1.19.0
1 parent dffcae4 commit 2715aa9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
-
66

7+
## 1.19.0
8+
9+
- Use `portable-atomic` instead of `atomic-polyfill`, [#251](https://github.com/matklad/once_cell/pull/251).
10+
711
## 1.18.0
812

913
- `MSRV` is updated to 1.60.0 to take advantage of `dep:` syntax for cargo features,

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.18.0"
3+
version = "1.19.0"
44
authors = ["Aleksey Kladov <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)