Skip to content

Commit 9a3f356

Browse files
authored
Fix rayon-core version for MSRV (#1368)
1 parent 48f244c commit 9a3f356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ portable-atomic = "1.4.3"
4747
probe = "0.5"
4848
regex = "1.7.0"
4949
rustversion = "1.0"
50+
rayon-core = "=1.12.1" # We can remove this dependency when we use MSRV 1.80+
5051
spin = "0.9.5"
5152
static_assertions = "1.1.0"
5253
strum = "0.27.1"

0 commit comments

Comments
 (0)