Skip to content

Commit

Permalink
bump MSRV to 1.60 for regex
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jun 7, 2023
1 parent ba2e6f2 commit fb6f098
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
"Jack Grigg <[email protected]>",
]
edition = "2021"
rust-version = "1.59"
rust-version = "1.60"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zcash/pasta_curves"
documentation = "https://docs.rs/pasta_curves"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pallas and Vesta. More details about the Pasta curves can be found

## Minimum Supported Rust Version

Requires Rust **1.59** or higher.
Requires Rust **1.60** or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a
minor version bump.
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.59.0"
channel = "1.60.0"
components = [ "clippy", "rustfmt" ]

0 comments on commit fb6f098

Please sign in to comment.