Skip to content

Commit

Permalink
Bump rayon_iter_concurrent_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Feb 19, 2024
1 parent 665e315 commit 47b1361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ parking_lot = "0.12"
pathdiff = "0.2"
pco = { version = "0.1.3", optional = true }
rayon = "1.6"
rayon_iter_concurrent_limit = "0.1.0"
reqwest = { version = "0.11", features = ["blocking"], optional = true }
serde = { version = "1.0.100", features = ["derive"] }
serde_json = { version = "1.0.71", features = ["float_roundtrip", "preserve_order"] }
Expand All @@ -71,7 +72,6 @@ walkdir = "2.3.2"
zfp-sys = {version = "0.1.4", features = ["static"], optional = true }
zip = { version = "0.6", optional = true }
zstd = { version = "0.13", features = ["zstdmt"], optional = true }
rayon_iter_concurrent_limit = "0.1.0-alpha3"

[dev-dependencies]
chrono = "0.4"
Expand Down

0 comments on commit 47b1361

Please sign in to comment.