diff --git a/CHANGELOG.md b/CHANGELOG.md index 4caf3a3..e65470c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log +## Version 1.11.1 (23.03.2024) + +- Fix `package.rust-version` in `Cargo.toml` + ## Version 1.11.0 (23.03.2024) - Increased minimal rust version to 1.74. diff --git a/Cargo.toml b/Cargo.toml index 67123e0..c174f47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "1.11.0" +version = "1.11.1" authors = ["Philipp Korber "] categories = ["data-structures"] description = "a std Vec wrapper assuring that it has at least 1 element" @@ -10,7 +10,7 @@ name = "vec1" readme = "./README.md" repository = "https://github.com/rustonaut/vec1/" edition = "2021" -rust-version = "1.57" +rust-version = "1.74" [features] default = ["std"]