mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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"}
|
msg = {path = "../msg"}
|
||||||
net_traits = {path = "../net_traits"}
|
net_traits = {path = "../net_traits"}
|
||||||
ordered-float = "0.2.2"
|
ordered-float = "0.2.2"
|
||||||
parking_lot = {version = "0.3.3", features = ["nightly"]}
|
parking_lot = "0.3.3"
|
||||||
plugins = {path = "../plugins"}
|
plugins = {path = "../plugins"}
|
||||||
profile_traits = {path = "../profile_traits"}
|
profile_traits = {path = "../profile_traits"}
|
||||||
range = {path = "../range"}
|
range = {path = "../range"}
|
||||||
|
|
|
@ -17,7 +17,7 @@ gecko = ["nsstring_vendor"]
|
||||||
servo = ["serde/unstable", "serde", "serde_derive", "heapsize_derive",
|
servo = ["serde/unstable", "serde", "serde_derive", "heapsize_derive",
|
||||||
"style_traits/servo", "app_units/plugins", "servo_atoms", "html5ever-atoms",
|
"style_traits/servo", "app_units/plugins", "servo_atoms", "html5ever-atoms",
|
||||||
"cssparser/heap_size", "cssparser/serde-serialization",
|
"cssparser/heap_size", "cssparser/serde-serialization",
|
||||||
"url/heap_size", "plugins", "parking_lot/nightly"]
|
"url/heap_size", "plugins"]
|
||||||
testing = []
|
testing = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue