Skip to content

Commit 4995ce0

Browse files
committed
Relax dependency constraints
1 parent 502716d commit 4995ce0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ repository = "https://github.com/salsa-rs/salsa"
88
description = "A generic framework for on-demand, incrementalized computation (experimental)"
99

1010
[dependencies]
11-
arc-swap = "1.6.0"
12-
boomphf = "0.6.0"
13-
crossbeam = "0.8.1"
14-
dashmap = "6.0.1"
15-
hashlink = "0.9.1"
11+
arc-swap = "1"
12+
boomphf = "0.6"
13+
crossbeam = "0.8"
14+
dashmap = "6"
15+
hashlink = "0.9"
1616
indexmap = "2"
17-
orx-concurrent-vec = "2.2.0"
17+
orx-concurrent-vec = "2"
1818
tracing = "0.1"
19-
parking_lot = "0.12.1"
20-
rustc-hash = "2.0.0"
19+
parking_lot = "0.12"
20+
rustc-hash = "2"
2121
salsa-macro-rules = { version = "0.1.0", path = "components/salsa-macro-rules" }
2222
salsa-macros = { path = "components/salsa-macros" }
23-
smallvec = "1.0.0"
24-
lazy_static = "1.5.0"
23+
smallvec = "1"
24+
lazy_static = "1"
2525

2626
[dev-dependencies]
2727
annotate-snippets = "0.11.4"

0 commit comments

Comments
 (0)