Pin rayon and rayon-core to support MSRV 1.61

This commit is contained in:
Vinzent Steinberg 2024-04-26 14:22:00 +02:00
parent 6f917e1f16
commit 9855f37930

View File

@ -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"