Skip to content

Commit

Permalink
Pin rayon and rayon-core to support MSRV 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
vks committed Apr 26, 2024
1 parent 6f917e1 commit 9855f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -76,4 +76,5 @@ zerocopy = { version = "=0.8.0-alpha.6", default-features = false, features = ["
rand_pcg = { path = "rand_pcg", version = "=0.9.0-alpha.1" }
# Only to test serde1
bincode = "1.2.1"
rayon = "1.5.3"
rayon = "=1.7"
rayon-core = "=1.11"

0 comments on commit 9855f37

Please sign in to comment.