From 50531d16d078de4a8435ec809de96bcd9a95a05d Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Sat, 2 Sep 2023 12:39:38 -0400 Subject: [PATCH] bump MSRV to 1.72.0 now that Homebrew supports it [skip ci] --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1640f177a..d903080ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["command-line-utilities", "parser-implementations"] license = "MIT OR Unlicense" autotests = false edition = "2021" -rust-version = "1.71.1" +rust-version = "1.72.0" autobins = false include = [ "src/**/*", diff --git a/README.md b/README.md index 0d68f064a..c5f683726 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [](https://formulae.brew.sh/formula/qsv) [](https://crates.io/crates/qsv) [](https://crates.io/crates/qsv) -[](#minimum-supported-rust-version) +[](#minimum-supported-rust-version)