diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b84fa6..0cb846a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ## Unreleased -- `MSRV` is updated to 1.60.0 to take advantage of `dep:` features, - removing "implementation details" Cargo features. +- + +## 1.18.0 + +- `MSRV` is updated to 1.60.0 to take advantage of `dep:` syntax for cargo features, + removing "implementation details" from publicly visible surface. ## 1.17.2 diff --git a/Cargo.lock.msrv b/Cargo.lock.msrv index 1e484a6..08e2a1e 100644 --- a/Cargo.lock.msrv +++ b/Cargo.lock.msrv @@ -52,7 +52,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "once_cell" -version = "1.17.2" +version = "1.18.0" dependencies = [ "atomic-polyfill", "critical-section", diff --git a/Cargo.toml b/Cargo.toml index dd2ccbf..623dcfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "once_cell" -version = "1.17.2" +version = "1.18.0" authors = ["Aleksey Kladov "] license = "MIT OR Apache-2.0" edition = "2021"