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

@ -65,7 +65,7 @@ net_traits = {path = "../net_traits"}
num-traits = "0.1.32"
offscreen_gl_context = { version = "0.11", features = ["serde"] }
open = "1.1.1"
parking_lot = "0.3"
parking_lot = "0.4"
phf = "0.7.18"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}