Bump msrv to 1.56.0 (2021 ed)

This commit is contained in:
Félix Saparelli 2021-10-20 00:48:47 +13:00
parent c84e14825d
commit be37349b90
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
4 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -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]]

View File

@ -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]

View File

@ -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