From be37349b9095dc839c97a5d12f1a20539d2dd188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 20 Oct 2021 00:48:47 +1300 Subject: [PATCH] Bump msrv to 1.56.0 (2021 ed) --- .github/workflows/check.yml | 2 +- cli/Cargo.toml | 1 + lib/Cargo.toml | 1 + lib/README.md | 4 ++-- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 27301de..83daedb 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -57,7 +57,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.55.0 + toolchain: 1.56.0 override: true - uses: actions-rs/cargo@v1 with: diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3a76ca6..08b9c70 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -13,6 +13,7 @@ homepage = "https://watchexec.github.io" repository = "https://github.com/watchexec/watchexec" readme = "README.md" +rust-version = "1.56.0" edition = "2018" [[bin]] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 332e6ac..0c5952c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -12,6 +12,7 @@ homepage = "https://watchexec.github.io" repository = "https://github.com/watchexec/watchexec" readme = "README.md" +rust-version = "1.56.0" edition = "2018" [dependencies] diff --git a/lib/README.md b/lib/README.md index bf277f1..74a3efd 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,7 +1,7 @@ [![Crates.io page](https://badgen.net/crates/v/watchexec)](https://crates.io/crates/watchexec) [![API Docs](https://docs.rs/watchexec/badge.svg)][docs] [![Crate license: Apache 2.0](https://badgen.net/badge/license/Apache%202.0)][license] -![MSRV: 1.55.0 (breaking)](https://badgen.net/badge/MSRV/1.55.0%20%28breaking%29/green) +![MSRV: 1.56.0 (breaking)](https://badgen.net/badge/MSRV/1.56.0%20%28breaking%29/green) [![CI status](https://github.com/watchexec/watchexec/actions/workflows/check.yml/badge.svg)](https://github.com/watchexec/watchexec/actions/workflows/check.yml) # Watchexec library @@ -10,7 +10,7 @@ _The library which powers [Watchexec CLI](https://watchexec.github.io) and other - **[API documentation][docs]**. - Licensed under [Apache 2.0][license]. -- Minimum Supported Rust Version: 1.55.0. +- Minimum Supported Rust Version: 1.56.0. - Status: in preview (`2.0.0-pre.N` series). [docs]: https://docs.rs/watchexec