Skip to content

Commit

Permalink
Bump msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod authored Aug 29, 2023
1 parent f8f8c51 commit 6f79fd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- macos
toolchain:
- stable
- 1.62.1
- 1.67.1

name: Test on ${{ matrix.platform }} with ${{ matrix.toolchain }}
runs-on: "${{ matrix.platform }}-latest"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/watchexec/cargo-watch"
readme = "README.md"

edition = "2021"
rust-version = "1.60.0"
rust-version = "1.67.1"
exclude = ["/.github"]

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you've used [nodemon], [guard], or [entr], it will probably feel familiar.
[guard]: http://guardgem.org/

- In the public domain / licensed with CC0.
- Minimum Supported Rust Version: 1.60.0.
- Minimum Supported Rust Version: 1.67.1.
- Only the last five stable versions are supported.
- MSRV increases beyond that range at publish time will not incur major version bumps.

Expand Down

0 comments on commit 6f79fd9

Please sign in to comment.