Skip to content

Commit 66f7e04

Browse files
authored
Rollup merge of rust-lang#68230 - danielframpton:update-libssh2-sys, r=alexcrichton
Update libssh2-sys to a version that can build for aarch64-pc-windows… I have been investigating enabling panic=unwind for aarch64-pc-windows-msvc (see rust-lang#65313) and building rustc and cargo hosted on aarch64-pc-windows-msvc.
2 parents b45c758 + 9f1452f commit 66f7e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,9 +1805,9 @@ dependencies = [
18051805

18061806
[[package]]
18071807
name = "libssh2-sys"
1808-
version = "0.2.11"
1808+
version = "0.2.14"
18091809
source = "registry+https://github.com/rust-lang/crates.io-index"
1810-
checksum = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
1810+
checksum = "36aa6e813339d3a063292b77091dfbbb6152ff9006a459895fa5bebed7d34f10"
18111811
dependencies = [
18121812
"cc",
18131813
"libc",

0 commit comments

Comments
 (0)