From 99c67b7906be3921bbc2d8857ffd55df5ae93cf1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 16 Sep 2022 00:09:56 +0100 Subject: [PATCH] 1.15.0 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64404df..005ce69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +- + +## 1.15.0 + - Increase minimal supported Rust version to 1.56.0. - Implement `UnwindSafe` even if the `std` feature is disabled. diff --git a/Cargo.toml b/Cargo.toml index 8a56aab..892053e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "once_cell" -version = "1.14.0" +version = "1.15.0-pre.1" authors = ["Aleksey Kladov "] license = "MIT OR Apache-2.0" edition = "2021"