File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,20 @@ repository = "https://github.com/salsa-rs/salsa"
8
8
description = " A generic framework for on-demand, incrementalized computation (experimental)"
9
9
10
10
[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"
16
16
indexmap = " 2"
17
- orx-concurrent-vec = " 2.2.0 "
17
+ orx-concurrent-vec = " 2"
18
18
tracing = " 0.1"
19
- parking_lot = " 0.12.1 "
20
- rustc-hash = " 2.0.0 "
19
+ parking_lot = " 0.12"
20
+ rustc-hash = " 2"
21
21
salsa-macro-rules = { version = " 0.1.0" , path = " components/salsa-macro-rules" }
22
22
salsa-macros = { path = " components/salsa-macros" }
23
- smallvec = " 1.0.0 "
24
- lazy_static = " 1.5.0 "
23
+ smallvec = " 1"
24
+ lazy_static = " 1"
25
25
26
26
[dev-dependencies ]
27
27
annotate-snippets = " 0.11.4"
You can’t perform that action at this time.
0 commit comments