From eda12438eec616ad0f1256cc6b4695b75e62bbab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Fri, 8 Jul 2022 23:53:20 +1200 Subject: [PATCH] Bump msrv to 1.60 For dep: syntax --- .github/workflows/check.yml | 2 +- Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9f6f409..12aa8f6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,7 +19,7 @@ jobs: - macos version: - stable - - 1.58.0 + - 1.60.0 name: Test on ${{ matrix.platform }} with ${{ matrix.version }} runs-on: "${{ matrix.platform }}-latest" diff --git a/Cargo.toml b/Cargo.toml index d31dbab..5eaab01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" edition = "2021" resolver = "2" -rust-version = "1.58.0" +rust-version = "1.60.0" include = ["src", "examples", "tests", "build.rs", "/*manifest*", "README.md"] @@ -70,7 +70,7 @@ trycmd = "0.13.4" [features] dev-console = ["console-subscriber"] -mimalloc = [] +mimalloc = ["dep:mimalloc"] [profile.release] debug = 1 # for stack traces diff --git a/README.md b/README.md index 824c901..dc3c5a8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Install or upgrade today with [Binstall](https://github.com/ryankurte/cargo-bins $ cargo binstall cargo-watch ``` -Or with cargo (rustc >= 1.58.0) if you don't have Binstall yet: +Or with cargo (rustc >= 1.60.0) if you don't have Binstall yet: ```bash $ cargo install cargo-watch