mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
layout: Only specify parking_lot's nightly
feature in layout_thread
.
This makes necessary only one line change to remove it if needed.
This commit is contained in:
parent
290a1696dc
commit
5746a942c6
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ log = "0.3.5"
|
|||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
ordered-float = "0.2.2"
|
||||
parking_lot = {version = "0.3.3", features = ["nightly"]}
|
||||
parking_lot = "0.3.3"
|
||||
plugins = {path = "../plugins"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
range = {path = "../range"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue