Skip to content

Commit

Permalink
update MSRV of core crates -> 1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brody4hire committed Jan 7, 2025
1 parent b2d8e9e commit 3dbf622
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion futures-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion futures-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion futures-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion futures-io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion futures-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion futures-sink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3dbf622

Please sign in to comment.