Skip to content

Commit

Permalink
Set MSRV to 1.65.0
Browse files Browse the repository at this point in the history
The prost-build crate has a dependency on regex, which in
turn has dependencies on crates that require at least version
1.65 of rust.
  • Loading branch information
fdeantoni committed Oct 18, 2023
1 parent 41a7563 commit 7208aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- windows-latest
rust:
- stable
- 1.64.0
- 1.65.0

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Please see `wkt-types/README.md` for more info.

## MSRV ##

The minimum supported Rust version is Rust 1.64.0.
The minimum supported Rust version is Rust 1.65.0.

## License ##

Expand Down

0 comments on commit 7208aab

Please sign in to comment.