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:22:25 +09:00
parent 6c82a6e747
commit c7d9f5b632
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
msrv = "1.40"
msrv = "1.47"

View File

@ -36,7 +36,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 = "blocking"
version = "1.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.40"
rust-version = "1.47"
description = "A thread pool for isolating blocking I/O in async programs"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/blocking"