Skip to content

Commit

Permalink
cargo: add rust-version to Cargo.toml
Browse files Browse the repository at this point in the history
Now that our MSRV is high enough, we can set this.

PR #131
  • Loading branch information
atouchet authored Aug 28, 2023
1 parent fd54268 commit 4662005
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 @@ -11,6 +11,7 @@ keywords = ["memchr", "char", "scan", "strchr", "string"]
license = "Unlicense OR MIT"
exclude = ["/bench", "/benchmarks", "/.github", "/fuzz", "/scripts", "/tmp"]
edition = "2021"
rust-version = "1.60"

[lib]
name = "memchr"
Expand Down

0 comments on commit 4662005

Please sign in to comment.