Remove pin on Rayon versions

This commit is contained in:
Diggory Hardy 2024-04-27 08:29:54 +01:00
parent f6ac90fc8d
commit 47d0b54f79

View File

@ -76,5 +76,5 @@ zerocopy = { version = "=0.8.0-alpha.6", default-features = false, features = ["
rand_pcg = { path = "rand_pcg", version = "=0.9.0-alpha.1" } rand_pcg = { path = "rand_pcg", version = "=0.9.0-alpha.1" }
# Only to test serde1 # Only to test serde1
bincode = "1.2.1" bincode = "1.2.1"
rayon = "=1.7" rayon = "1.7"
rayon-core = "=1.11" rayon-core = "1.11"