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:51:58 +09:00
parent 2c78616547
commit 38bf6dc05e
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -6,7 +6,7 @@ name = "smol"
version = "1.2.5"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.46"
rust-version = "1.47"
description = "A small and fast async runtime"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/smol"