From aa08478af7f1eb5f600d7dea6430b7d95965d4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 2 Oct 2024 21:00:38 +1300 Subject: [PATCH] bump msrv --- Cargo.toml | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f22adfd..99af8cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]] diff --git a/README.md b/README.md index 256eb44..49e9bf6 100644 --- a/README.md +++ b/README.md @@ -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