Skip to content

Commit

Permalink
Use git mio to avoid x86_64-android bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mattico committed Aug 12, 2017
1 parent 769ff15 commit 0d72edc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ test = false # no unit tests
name = "rustup-init"
path = "src/rustup-cli/main.rs"
test = false # no unit tests

[replace]
"mio:0.6.10" = { git = "https://github.com/carllerche/mio", commit = "1d42d523f235bff298acd11f5758c3fed81ef67a" }

0 comments on commit 0d72edc

Please sign in to comment.