Add a default-except-unstable feature

This commit is contained in:
Simon Sapin 2017-10-12 17:41:12 +02:00
parent 4594b40238
commit c2d660037a

View file

@ -29,7 +29,8 @@ servo_remutex_tests = {path = "../../tests/unit/servo_remutex"}
style_tests = {path = "../../tests/unit/style"}
[features]
default = ["webdriver", "max_log_level", "unstable"]
default = ["unstable", "default-except-unstable"]
default-except-unstable = ["webdriver", "max_log_level"]
max_log_level = ["log/release_max_level_info"]
webdriver = ["libservo/webdriver_server"]
energy-profiling = ["libservo/energy-profiling"]