mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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:
parent
e0c95ed855
commit
3e7a9a012e
3 changed files with 43 additions and 65 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue