Skip to content

Commit 2e82ca6

Browse files
committed
Bump MSRV to 1.63
(cherry picked from commit 0b73db2)
1 parent 3d5d03e commit 2e82ca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rayon-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Core APIs for Rayon - fork for rustc"
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/rust-lang/rustc-rayon"
99
documentation = "https://docs.rs/rustc-rayon-core/"
10-
rust-version = "1.59"
10+
rust-version = "1.63"
1111
edition = "2021"
1212
readme = "README.md"
1313
keywords = ["parallel", "thread", "concurrency", "join", "performance"]

rayon-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Please see [Rayon Docs] for details about using Rayon.
1010

1111
[Rayon Docs]: https://docs.rs/rayon/
1212

13-
Rayon-core currently requires `rustc 1.59.0` or greater.
13+
Rayon-core currently requires `rustc 1.63.0` or greater.

0 commit comments

Comments
 (0)