mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update iovec
This commit is contained in:
parent
dd1c183a2b
commit
78fb40fcdf
2 changed files with 3 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -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]]
|
||||
|
|
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue