Skip to content

Commit

Permalink
cargo: set rust-version to 1.60.0
Browse files Browse the repository at this point in the history
Now that are our MSRV is high enough, we
can more effectively communicate what our
MSRV is.

PR #128
  • Loading branch information
atouchet committed Sep 3, 2022
1 parent 6beae06 commit 2b1bd05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ license = "MIT OR Apache-2.0"
categories = ["text-processing", "encoding"]
exclude = ["/.github"]
edition = "2021"
rust-version = "1.60"
resolver = "2"

[workspace]
Expand Down

0 comments on commit 2b1bd05

Please sign in to comment.