mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
parking_lot 0.10 and smallvec 1.0
This commit is contained in:
parent
fba1fbd612
commit
daecfae90d
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ readme = "README.md"
|
|||
crossbeam = "0.7.1"
|
||||
indexmap = "1.0.1"
|
||||
log = "0.4.5"
|
||||
parking_lot = "0.9.0"
|
||||
parking_lot = "0.10.0"
|
||||
rustc-hash = "1.0"
|
||||
smallvec = "0.6.5"
|
||||
smallvec = "1.0.0"
|
||||
rand = { version = "0.7", features = [ "small_rng" ] }
|
||||
|
||||
salsa-macros = { version = "0.13.0", path = "components/salsa-macros" }
|
||||
|
|
Loading…
Reference in a new issue