diff options
author | Frederick F. Kautz IV <fkautz@alumni.cmu.edu> | 2017-01-08 19:24:19 -0800 |
---|---|---|
committer | Frederick F. Kautz IV <fkautz@alumni.cmu.edu> | 2017-01-08 19:24:19 -0800 |
commit | 5f3339d22a82028b70612fa34e38dc52e1d4cd8e (patch) | |
tree | 8522079e9defc6f0a5eb5879671652f5fabc7aeb /components/script | |
parent | 183c4772e7b93bd6cd9b48a729a043421eb6bc65 (diff) | |
download | servo-5f3339d22a82028b70612fa34e38dc52e1d4cd8e.tar.gz servo-5f3339d22a82028b70612fa34e38dc52e1d4cd8e.zip |
Renaming default_features to default-features as per Cargo's Manifest Format
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 10ea03bc548..74397e07138 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -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"] |