From 534a7e128918f803a23a264f339320144e267fa2 Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Sat, 23 Mar 2024 20:00:06 +0100 Subject: [PATCH] fixed package metadata --- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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"]