From b2d8e9e4366a71f288762de71f1ba05d5350d5d9 Mon Sep 17 00:00:00 2001 From: "@brodycj - C. Jonathan Brody" Date: Mon, 6 Jan 2025 20:25:54 -0500 Subject: [PATCH] Bump MSRV of core crates to 1.41.0 --- .github/workflows/ci.yml | 2 +- futures-core/Cargo.toml | 2 +- futures-core/README.md | 2 +- futures-io/Cargo.toml | 2 +- futures-io/README.md | 2 +- futures-sink/Cargo.toml | 2 +- futures-sink/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f9c8b3d23..e1fbaf0325 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: rust: # This is the minimum Rust version supported by futures-core, futures-io, futures-sink. # When updating this, the reminder to update the minimum required version in README.md and Cargo.toml. - - '1.36' + - '1.41.0' runs-on: ubuntu-latest timeout-minutes: 60 steps: diff --git a/futures-core/Cargo.toml b/futures-core/Cargo.toml index b49dfc31b3..033ab6a7c3 100644 --- a/futures-core/Cargo.toml +++ b/futures-core/Cargo.toml @@ -2,7 +2,7 @@ name = "futures-core" version = "1.0.0-alpha.0" edition = "2018" -rust-version = "1.36" +rust-version = "1.41.0" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/futures-rs" homepage = "https://rust-lang.github.io/futures-rs" diff --git a/futures-core/README.md b/futures-core/README.md index 96e0e064bc..c808908b61 100644 --- a/futures-core/README.md +++ b/futures-core/README.md @@ -11,7 +11,7 @@ Add this to your `Cargo.toml`: futures-core = "0.3" ``` -The current `futures-core` requires Rust 1.36 or later. +The current `futures-core` requires Rust 1.41.0 or later. ## License diff --git a/futures-io/Cargo.toml b/futures-io/Cargo.toml index e5320d4281..fa6464053a 100644 --- a/futures-io/Cargo.toml +++ b/futures-io/Cargo.toml @@ -2,7 +2,7 @@ name = "futures-io" version = "0.3.31" edition = "2018" -rust-version = "1.36" +rust-version = "1.41.0" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/futures-rs" homepage = "https://rust-lang.github.io/futures-rs" diff --git a/futures-io/README.md b/futures-io/README.md index da6eec28ba..1cb145fd2e 100644 --- a/futures-io/README.md +++ b/futures-io/README.md @@ -11,7 +11,7 @@ Add this to your `Cargo.toml`: futures-io = "0.3" ``` -The current `futures-io` requires Rust 1.36 or later. +The current `futures-io` requires Rust 1.41.0 or later. ## License diff --git a/futures-sink/Cargo.toml b/futures-sink/Cargo.toml index 7e0200194f..6bdd24f005 100644 --- a/futures-sink/Cargo.toml +++ b/futures-sink/Cargo.toml @@ -2,7 +2,7 @@ name = "futures-sink" version = "0.4.0-alpha.0" edition = "2018" -rust-version = "1.36" +rust-version = "1.41.0" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/futures-rs" homepage = "https://rust-lang.github.io/futures-rs" diff --git a/futures-sink/README.md b/futures-sink/README.md index 1d683e95b5..b691b604b0 100644 --- a/futures-sink/README.md +++ b/futures-sink/README.md @@ -11,7 +11,7 @@ Add this to your `Cargo.toml`: futures-sink = "0.3" ``` -The current `futures-sink` requires Rust 1.36 or later. +The current `futures-sink` requires Rust 1.41.0 or later. ## License