Skip to content

Commit

Permalink
Make optional items not be built for hyper
Browse files Browse the repository at this point in the history
This allows windows to build and not complain about it not being built in
a mingw environment.
  • Loading branch information
AutomatedTester committed Oct 2, 2015
1 parent 7e401a1 commit cc648fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -8,7 +8,7 @@ license = "MPL-2.0"

[dependencies]
env_logger = "0.3.1"
hyper = "0.6.13"
hyper = {version = "0.6.13", default-features = false}
log = "0.3.1"
mozprofile = "0.1.0"
mozrunner = "0.1.0"
Expand Down

0 comments on commit cc648fc

Please sign in to comment.