Renaming default_features to default-features as per Cargo's Manifest Format

This commit is contained in:
Frederick F. Kautz IV 2017-01-08 19:24:19 -08:00
parent 183c4772e7
commit 5f3339d22a
13 changed files with 13 additions and 13 deletions

View file

@ -45,7 +45,7 @@ websocket = "0.17"
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender"
default_features = false
default-features = false
features = ["serde_derive", "ipc"]
[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]