Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
layout: Only specify parking_lot's nightly feature in layout_thread.
This makes necessary only one line change to remove it if needed.
  • Loading branch information
emilio committed Nov 12, 2016
1 parent 290a169 commit 5746a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ gecko = ["nsstring_vendor"]
servo = ["serde/unstable", "serde", "serde_derive", "heapsize_derive",
"style_traits/servo", "app_units/plugins", "servo_atoms", "html5ever-atoms",
"cssparser/heap_size", "cssparser/serde-serialization",
"url/heap_size", "plugins", "parking_lot/nightly"]
"url/heap_size", "plugins"]
testing = []

[dependencies]
Expand Down

0 comments on commit 5746a94

Please sign in to comment.