Bump MSRV to Rust 1.47

https://github.com/smol-rs/async-task/releases/tag/v4.3.0
This commit is contained in:
Taiki Endo 2022-07-08 02:15:26 +09:00
parent 97d4ee19fb
commit 5aaa6ea7f2
3 changed files with 3 additions and 2 deletions

1
.clippy.toml Normal file
View File

@ -0,0 +1 @@
msrv = "1.47"

View File

@ -37,7 +37,7 @@ jobs:
matrix:
# When updating this, the reminder to update the minimum supported
# Rust version in Cargo.toml and .clippy.toml.
rust: ['1.43']
rust: ['1.47']
steps:
- uses: actions/checkout@v3
- name: Install Rust

View File

@ -6,7 +6,7 @@ name = "async-fs"
version = "1.5.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.43"
rust-version = "1.47"
description = "Async filesystem primitives"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-fs"