Dedupe winapi

Since mio still hasn't been released, this uses custom forks with just
winapi bumped to 0.3 in them.
This commit is contained in:
Bastien Orivel 2019-05-23 19:50:43 +02:00
parent e0c95ed855
commit 3e7a9a012e
3 changed files with 43 additions and 65 deletions

View file

@ -24,3 +24,7 @@ opt-level = 3
#
# [patch."https://github.com/servo/<repository>"]
# <crate> = { path = "/path/to/local/checkout" }
# Those are here to dedupe winapi since mio is still using winapi 0.2.
mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
iovec = { git = "https://github.com/servo/iovec.git", branch = "servo" }