Skip to content

Commit

Permalink
Relax dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Jul 29, 2024
1 parent 502716d commit 4995ce0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ repository = "https://github.com/salsa-rs/salsa"
description = "A generic framework for on-demand, incrementalized computation (experimental)"

[dependencies]
arc-swap = "1.6.0"
boomphf = "0.6.0"
crossbeam = "0.8.1"
dashmap = "6.0.1"
hashlink = "0.9.1"
arc-swap = "1"
boomphf = "0.6"
crossbeam = "0.8"
dashmap = "6"
hashlink = "0.9"
indexmap = "2"
orx-concurrent-vec = "2.2.0"
orx-concurrent-vec = "2"
tracing = "0.1"
parking_lot = "0.12.1"
rustc-hash = "2.0.0"
parking_lot = "0.12"
rustc-hash = "2"
salsa-macro-rules = { version = "0.1.0", path = "components/salsa-macro-rules" }
salsa-macros = { path = "components/salsa-macros" }
smallvec = "1.0.0"
lazy_static = "1.5.0"
smallvec = "1"
lazy_static = "1"

[dev-dependencies]
annotate-snippets = "0.11.4"
Expand Down

0 comments on commit 4995ce0

Please sign in to comment.