mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
Relax dependency constraints
This commit is contained in:
parent
502716d368
commit
4995ce0ddc
1 changed files with 10 additions and 10 deletions
20
Cargo.toml
20
Cargo.toml
|
@ -8,20 +8,20 @@ repository = "https://github.com/salsa-rs/salsa"
|
||||||
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
arc-swap = "1.6.0"
|
arc-swap = "1"
|
||||||
boomphf = "0.6.0"
|
boomphf = "0.6"
|
||||||
crossbeam = "0.8.1"
|
crossbeam = "0.8"
|
||||||
dashmap = "6.0.1"
|
dashmap = "6"
|
||||||
hashlink = "0.9.1"
|
hashlink = "0.9"
|
||||||
indexmap = "2"
|
indexmap = "2"
|
||||||
orx-concurrent-vec = "2.2.0"
|
orx-concurrent-vec = "2"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12"
|
||||||
rustc-hash = "2.0.0"
|
rustc-hash = "2"
|
||||||
salsa-macro-rules = { version = "0.1.0", path = "components/salsa-macro-rules" }
|
salsa-macro-rules = { version = "0.1.0", path = "components/salsa-macro-rules" }
|
||||||
salsa-macros = { path = "components/salsa-macros" }
|
salsa-macros = { path = "components/salsa-macros" }
|
||||||
smallvec = "1.0.0"
|
smallvec = "1"
|
||||||
lazy_static = "1.5.0"
|
lazy_static = "1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
annotate-snippets = "0.11.4"
|
annotate-snippets = "0.11.4"
|
||||||
|
|
Loading…
Reference in a new issue