Add owning_ref back as a style dep, and update parking_lot.

This commit is contained in:
Bobby Holley 2017-07-11 15:56:15 -07:00
parent 55c3e6ed87
commit d1c31f7eaf
10 changed files with 34 additions and 19 deletions

View file

@ -23,7 +23,7 @@ lazy_static = "0.2"
log = "0.3.5"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
parking_lot = {version = "0.3.3", features = ["nightly"]}
parking_lot = {version = "0.4", features = ["nightly"]}
profile_traits = {path = "../profile_traits"}
rayon = "0.8"
script = {path = "../script"}