Skip to content

Commit

Permalink
fixed package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rustonaut committed Mar 23, 2024
1 parent 6257b20 commit 534a7e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "1.11.0"
version = "1.11.1"
authors = ["Philipp Korber <philipp@korber.dev>"]
categories = ["data-structures"]
description = "a std Vec wrapper assuring that it has at least 1 element"
Expand All @@ -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"]
Expand Down

0 comments on commit 534a7e1

Please sign in to comment.