Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

Commit 01d3fd2

Browse files
committed
bump msrv
1 parent 5d3cd7c commit 01d3fd2

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- macos
2424
toolchain:
2525
- stable
26-
- 1.70.0
26+
- 1.75.0
2727

2828
name: Test on ${{ matrix.platform }} with ${{ matrix.toolchain }}
2929
runs-on: "${{ matrix.platform }}-latest"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/watchexec/cargo-watch"
1414
readme = "README.md"
1515

1616
edition = "2021"
17-
rust-version = "1.70.0"
17+
rust-version = "1.75.0"
1818
exclude = ["/.github"]
1919

2020
[[bin]]

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ If you've used [nodemon], [guard], or [entr], it will probably feel familiar.
1818
[Bacon]: https://dystroy.org/bacon/
1919

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

2522
## Maintenance
2623

0 commit comments

Comments
 (0)