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

Commit aa08478

Browse files
committed
bump msrv
1 parent 5d3cd7c commit aa08478

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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)