Skip to content

Commit cc07710

Browse files
authored
Rollup merge of #68229 - danielframpton:update-iovec, r=alexcrichton
Update iovec to a version with no winapi dependency I have been investigating enabling panic=unwind for aarch64-pc-windows-msvc (see #65313) and building rustc and cargo hosted on aarch64-pc-windows-msvc.
2 parents 58d348d + 535fc9c commit cc07710

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -1582,12 +1582,11 @@ dependencies = [
15821582

15831583
[[package]]
15841584
name = "iovec"
1585-
version = "0.1.2"
1585+
version = "0.1.4"
15861586
source = "registry+https://github.com/rust-lang/crates.io-index"
1587-
checksum = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
1587+
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
15881588
dependencies = [
15891589
"libc",
1590-
"winapi 0.2.8",
15911590
]
15921591

15931592
[[package]]

0 commit comments

Comments
 (0)