From 3dbf622754f96c84f320f96d39ea2a846006d4ca Mon Sep 17 00:00:00 2001 From: "@brodycj - C. Jonathan Brody" Date: Mon, 6 Jan 2025 22:52:57 -0500 Subject: [PATCH] update MSRV of core crates -> 1.56.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 e1fbaf032..40a644e31 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.41.0' + - '1.56.0' runs-on: ubuntu-latest timeout-minutes: 60 steps: diff --git a/futures-core/Cargo.toml b/futures-core/Cargo.toml index 033ab6a7c..9896b0e5f 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.41.0" +rust-version = "1.56.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 c808908b6..e9474222b 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.41.0 or later. +The current `futures-core` requires Rust 1.56.0 or later. ## License diff --git a/futures-io/Cargo.toml b/futures-io/Cargo.toml index fa6464053..d98dc7dad 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.41.0" +rust-version = "1.56.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 1cb145fd2..9289fc164 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.41.0 or later. +The current `futures-io` requires Rust 1.56.0 or later. ## License diff --git a/futures-sink/Cargo.toml b/futures-sink/Cargo.toml index 6bdd24f00..b614d1da0 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.41.0" +rust-version = "1.56.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 b691b604b..c998b0845 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.41.0 or later. +The current `futures-sink` requires Rust 1.56.0 or later. ## License