Relax dependency constraints

This commit is contained in:
Micha Reiser 2024-07-29 09:58:57 +02:00
parent 502716d368
commit 4995ce0ddc
No known key found for this signature in database

View file

@ -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"