diff options
author | Xidorn Quan <me@upsuper.org> | 2017-04-07 17:44:22 +1000 |
---|---|---|
committer | Xidorn Quan <me@upsuper.org> | 2017-04-07 17:44:22 +1000 |
commit | e07cf0a8dad05a1db1ebe48df2bab53d4f7af939 (patch) | |
tree | a2558cf42f51b510fea3073ee3df16ce6e72f813 /components/profile/Cargo.toml | |
parent | c857878ce9479cf0c719d9bc3f922c6cb9cdcd8b (diff) | |
download | servo-e07cf0a8dad05a1db1ebe48df2bab53d4f7af939.tar.gz servo-e07cf0a8dad05a1db1ebe48df2bab53d4f7af939.zip |
Remove servo feature from servo_config
Diffstat (limited to 'components/profile/Cargo.toml')
-rw-r--r-- | components/profile/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile/Cargo.toml b/components/profile/Cargo.toml index 275b3d92d19..fc8627e1a94 100644 --- a/components/profile/Cargo.toml +++ b/components/profile/Cargo.toml @@ -17,7 +17,7 @@ log = "0.3.5" serde = "0.9" serde_derive = "0.9" serde_json = "0.9" -servo_config = {path = "../config", features = ["servo"]} +servo_config = {path = "../config"} time = "0.1.12" [target.'cfg(target_os = "macos")'.dependencies] |