Skip to content

Commit

Permalink
Work around CI bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed May 19, 2017
1 parent cb8f778 commit 341fc54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion components/style/Cargo.toml
Expand Up @@ -21,7 +21,11 @@ use_bindgen = ["bindgen", "regex", "toml"]
servo = ["serde", "serde_derive", "heapsize", "heapsize_derive",
"style_traits/servo", "servo_atoms", "servo_config", "html5ever",
"cssparser/heapsize", "cssparser/serde", "encoding", "smallvec/heapsizeof",
"rayon/unstable", "servo_url", "arrayvec/use_union"]

# FIXME: Uncomment when https://github.com/servo/servo/pull/16953 has landed:
#"arrayvec/use_union"

"rayon/unstable", "servo_url"]
testing = []
gecko_debug = ["nsstring_vendor/gecko_debug"]

Expand Down

0 comments on commit 341fc54

Please sign in to comment.