Skip to content

Commit 3fc74df

Browse files
authored
Bump MSRV of utility crates to 1.56 (rust-lang#2733)
syn 2.0 requires 1.56.
1 parent 1b6b7c6 commit 3fc74df

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
rust:
109109
# This is the minimum Rust version supported by futures, futures-util, futures-task, futures-macro, futures-executor, futures-channel, futures-test.
110110
# When updating this, the reminder to update the minimum required version in README.md and Cargo.toml.
111-
- '1.45'
111+
- '1.56'
112112
runs-on: ubuntu-latest
113113
steps:
114114
- uses: actions/checkout@v3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Add this to your `Cargo.toml`:
3838
futures = "0.3"
3939
```
4040

41-
The current `futures` requires Rust 1.45 or later.
41+
The current `futures` requires Rust 1.56 or later.
4242

4343
### Feature `std`
4444

futures-channel/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "futures-channel"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
5-
rust-version = "1.45"
5+
rust-version = "1.56"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/futures-rs"
88
homepage = "https://rust-lang.github.io/futures-rs"

futures-channel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
1111
futures-channel = "0.3"
1212
```
1313

14-
The current `futures-channel` requires Rust 1.45 or later.
14+
The current `futures-channel` requires Rust 1.56 or later.
1515

1616
## License
1717

futures-executor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "futures-executor"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
5-
rust-version = "1.45"
5+
rust-version = "1.56"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/futures-rs"
88
homepage = "https://rust-lang.github.io/futures-rs"

futures-executor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
1111
futures-executor = "0.3"
1212
```
1313

14-
The current `futures-executor` requires Rust 1.45 or later.
14+
The current `futures-executor` requires Rust 1.56 or later.
1515

1616
## License
1717

futures-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "futures-macro"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
5-
rust-version = "1.45"
5+
rust-version = "1.56"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/futures-rs"
88
homepage = "https://rust-lang.github.io/futures-rs"

futures-task/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "futures-task"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
5-
rust-version = "1.45"
5+
rust-version = "1.56"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/futures-rs"
88
homepage = "https://rust-lang.github.io/futures-rs"

futures-task/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
1111
futures-task = "0.3"
1212
```
1313

14-
The current `futures-task` requires Rust 1.45 or later.
14+
The current `futures-task` requires Rust 1.56 or later.
1515

1616
## License
1717

futures-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "futures-test"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
5-
rust-version = "1.45"
5+
rust-version = "1.56"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/futures-rs"
88
homepage = "https://rust-lang.github.io/futures-rs"

futures-test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
1111
futures-test = "0.3"
1212
```
1313

14-
The current `futures-test` requires Rust 1.45 or later.
14+
The current `futures-test` requires Rust 1.56 or later.
1515

1616
## License
1717

futures-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "futures-util"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
5-
rust-version = "1.45"
5+
rust-version = "1.56"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/futures-rs"
88
homepage = "https://rust-lang.github.io/futures-rs"

futures-util/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
1111
futures-util = "0.3"
1212
```
1313

14-
The current `futures-util` requires Rust 1.45 or later.
14+
The current `futures-util` requires Rust 1.56 or later.
1515

1616
## License
1717

futures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "futures"
33
version = "0.4.0-alpha.0"
44
edition = "2018"
5-
rust-version = "1.45"
5+
rust-version = "1.56"
66
license = "MIT OR Apache-2.0"
77
readme = "../README.md"
88
keywords = ["futures", "async", "future"]

0 commit comments

Comments
 (0)