Skip to content

Commit

Permalink
Dedupe winapi
Browse files Browse the repository at this point in the history
Since mio still hasn't been released, this uses custom forks with just
winapi bumped to 0.3 in them.
  • Loading branch information
Eijebong committed May 24, 2019
1 parent e0c95ed commit 3e7a9a0
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 65 deletions.
103 changes: 39 additions & 64 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Expand Up @@ -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" }
1 change: 0 additions & 1 deletion servo-tidy.toml
Expand Up @@ -42,7 +42,6 @@ packages = [
"generic-array",
"rand",
"unicase",
"winapi",
]
# Files that are ignored for all tidy and lint checks.
files = [
Expand Down

0 comments on commit 3e7a9a0

Please sign in to comment.