Skip to content

Commit 15cd514

Browse files
authored
chore: increase MSRV to 1.70 (tokio-rs#6645)
1 parent 56f4bc6 commit 15cd514

File tree

8 files changed

+12
-10
lines changed

8 files changed

+12
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
# - tokio-util/Cargo.toml
2727
# - tokio-test/Cargo.toml
2828
# - tokio-stream/Cargo.toml
29-
rust_min: '1.63'
29+
rust_min: '1.70'
3030

3131
defaults:
3232
run:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,13 @@ When updating this, also update:
186186

187187
Tokio will keep a rolling MSRV (minimum supported rust version) policy of **at
188188
least** 6 months. When increasing the MSRV, the new Rust version must have been
189-
released at least six months ago. The current MSRV is 1.63.
189+
released at least six months ago. The current MSRV is 1.70.
190190

191191
Note that the MSRV is not increased automatically, and only as part of a minor
192192
release. The MSRV history for past minor releases can be found below:
193193

194-
* 1.30 to now - Rust 1.63
194+
* 1.39 to now - Rust 1.70
195+
* 1.30 to 1.38 - Rust 1.63
195196
* 1.27 to 1.29 - Rust 1.56
196197
* 1.17 to 1.26 - Rust 1.49
197198
* 1.15 to 1.16 - Rust 1.46

tokio-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "tokio-macros"
66
# - Create "tokio-macros-1.x.y" git tag.
77
version = "2.3.0"
88
edition = "2021"
9-
rust-version = "1.63"
9+
rust-version = "1.70"
1010
authors = ["Tokio Contributors <[email protected]>"]
1111
license = "MIT"
1212
repository = "https://github.com/tokio-rs/tokio"

tokio-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "tokio-stream"
66
# - Create "tokio-stream-0.1.x" git tag.
77
version = "0.1.15"
88
edition = "2021"
9-
rust-version = "1.63"
9+
rust-version = "1.70"
1010
authors = ["Tokio Contributors <[email protected]>"]
1111
license = "MIT"
1212
repository = "https://github.com/tokio-rs/tokio"

tokio-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "tokio-test"
66
# - Create "tokio-test-0.4.x" git tag.
77
version = "0.4.4"
88
edition = "2021"
9-
rust-version = "1.63"
9+
rust-version = "1.70"
1010
authors = ["Tokio Contributors <[email protected]>"]
1111
license = "MIT"
1212
repository = "https://github.com/tokio-rs/tokio"

tokio-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "tokio-util"
66
# - Create "tokio-util-0.7.x" git tag.
77
version = "0.7.11"
88
edition = "2021"
9-
rust-version = "1.63"
9+
rust-version = "1.70"
1010
authors = ["Tokio Contributors <[email protected]>"]
1111
license = "MIT"
1212
repository = "https://github.com/tokio-rs/tokio"

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "tokio"
88
# - Create "v1.x.y" git tag.
99
version = "1.38.1"
1010
edition = "2021"
11-
rust-version = "1.63"
11+
rust-version = "1.70"
1212
authors = ["Tokio Contributors <[email protected]>"]
1313
license = "MIT"
1414
readme = "README.md"

tokio/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,13 @@ When updating this, also update:
186186

187187
Tokio will keep a rolling MSRV (minimum supported rust version) policy of **at
188188
least** 6 months. When increasing the MSRV, the new Rust version must have been
189-
released at least six months ago. The current MSRV is 1.63.
189+
released at least six months ago. The current MSRV is 1.70.
190190

191191
Note that the MSRV is not increased automatically, and only as part of a minor
192192
release. The MSRV history for past minor releases can be found below:
193193

194-
* 1.30 to now - Rust 1.63
194+
* 1.39 to now - Rust 1.70
195+
* 1.30 to 1.38 - Rust 1.63
195196
* 1.27 to 1.29 - Rust 1.56
196197
* 1.17 to 1.26 - Rust 1.49
197198
* 1.15 to 1.16 - Rust 1.46

0 commit comments

Comments
 (0)