Skip to content

Commit

Permalink
Add rust-version field to Cargo.toml with 1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSaGaN committed Jun 14, 2024
1 parent 09cb03c commit e3069d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project roughly adheres to [Semantic Versioning](http://semver.org/). For 0
## Unreleased

* Derive Hash, Ord, PartialOrd for SimpleError
* Add rust-version field to Cargo.toml with 1.58.0

## 0.3.0 - 2023-02-23

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "simple-error"
version = "0.3.0"
edition = "2021"
rust-version = "1.58.0"
license = "MIT/Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/simple-error/"
Expand Down

0 comments on commit e3069d6

Please sign in to comment.