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 01:14:13 +09:00
parent 21f4982a3d
commit 16f0b9ca70
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
msrv = "1.40"
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.40']
rust: ['1.47']
steps:
- uses: actions/checkout@v3
- name: Install Rust

View File

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