mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
Renaming default_features to default-features as per Cargo's Manifest Format
This commit is contained in:
parent
183c4772e7
commit
5f3339d22a
13 changed files with 13 additions and 13 deletions
|
@ -85,5 +85,5 @@ xml5ever = {version = "0.3.1", features = ["unstable"]}
|
|||
|
||||
[dependencies.webrender_traits]
|
||||
git = "https://github.com/servo/webrender"
|
||||
default_features = false
|
||||
default-features = false
|
||||
features = ["nightly", "serde_derive", "ipc"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue