diff options
-rw-r--r-- | Cargo.lock | 6 | ||||
-rw-r--r-- | Cargo.toml | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 95fc1e4f578..ac00ec6819f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2288,11 +2288,11 @@ dependencies = [ [[package]] name = "iovec" -version = "0.1.3" -source = "git+https://github.com/servo/iovec.git?branch=servo#538decd188e46e74844c93c0cc987c2be38b3700" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" dependencies = [ "libc", - "winapi", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 209e805937a..4d8b77c98ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,6 @@ opt-level = 3 # 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" } rand_os = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" } rand_core = { git = "https://github.com/servo/rand", branch = "servo-rand_os-0.1.3-uwp" } |