From 2e85658a1215e7fdc6e3b36dac74f53445f9b5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 11 Apr 2021 04:38:56 +1200 Subject: [PATCH] Update MSRV to 1.40 for non_exhaustive --- .github/workflows/check.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d48fb84..8e3c39c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -48,7 +48,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.38.0 + toolchain: 1.40.0 override: true - uses: actions-rs/cargo@v1 with: diff --git a/README.md b/README.md index 53b037e..850d725 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Run `bundle install` when the `Gemfile` changes: #### Cargo -Requires Rust 1.38 or later. +Requires Rust 1.40 or later. $ cargo install watchexec