Skip to content

Commit

Permalink
bump msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Oct 2, 2024
1 parent 5d3cd7c commit 01d3fd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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.70.0
- 1.75.0

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.70.0"
rust-version = "1.75.0"
exclude = ["/.github"]

[[bin]]
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ If you've used [nodemon], [guard], or [entr], it will probably feel familiar.
[Bacon]: https://dystroy.org/bacon/

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

## Maintenance

Expand Down

0 comments on commit 01d3fd2

Please sign in to comment.