Skip to content

Commit

Permalink
upgrade rayon version
Browse files Browse the repository at this point in the history
  • Loading branch information
kammoh authored Oct 1, 2023
1 parent f0c2555 commit 49efb39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ float-ord = "0.3"
easy-cast = { version = "0.5", default-features = false, optional = true }
serde_derive = { version = "1", optional = true }
serde-big-array = { version = "0.5", optional = true }
rayon = { version = "=1.6", optional = true }
rayon-core = { version = "=1.10", optional = true}
rayon = { version = "1.8", optional = true }
rayon-core = { version = "1.12", optional = true}

[dependencies.serde]
version = "1"
Expand All @@ -56,7 +56,7 @@ rand_distr = "0.4"
serde_json = "1"
streaming-stats = "0.2"
quantiles = "0.7"
proptest = "=1.0"
proptest = "1.0"

[package.metadata.docs.rs]
# Enable certain features when building docs for docs.rs
Expand Down

0 comments on commit 49efb39

Please sign in to comment.