Skip to content

Commit

Permalink
chore: lower dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LechintanTudor committed Sep 22, 2024
1 parent a85666c commit 4f63d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
atomic_refcell = "0.1.13"
rayon = { version = "1.10", optional = true }
atomic_refcell = "0.1.2"
rayon = { version = "1.0", optional = true }
rustc-hash = { version = "2.0", default-features = false }

[dependencies.hashbrown]
Expand Down

0 comments on commit 4f63d63

Please sign in to comment.