Skip to content

Commit

Permalink
Build the webdriver server by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Nov 20, 2017
1 parent bd6caef commit 2fa0040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/servo/Cargo.toml
Expand Up @@ -32,7 +32,7 @@ style_tests = {path = "../../tests/unit/style"}
default = ["unstable", "default-except-unstable"]
default-except-unstable = ["webdriver", "max_log_level"]
max_log_level = ["log/release_max_level_info"]
webdriver = ["libservo/webdriver_server"]
webdriver = ["libservo/webdriver"]
energy-profiling = ["libservo/energy-profiling"]
debugmozjs = ["libservo/debugmozjs"]
googlevr = ["libservo/googlevr"]
Expand Down

0 comments on commit 2fa0040

Please sign in to comment.