mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Bump msrv to 1.56.0 (2021 ed)
This commit is contained in:
parent
c84e14825d
commit
be37349b90
4 changed files with 5 additions and 3 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue