Skip to content

Commit 58d348d

Browse files
authored
Rollup merge of #68227 - danielframpton:update-cmake, r=alexcrichton
Update to a version of cmake with windows arm64 support 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 38ca7b7 + 9febc2b commit 58d348d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,9 @@ dependencies = [
515515

516516
[[package]]
517517
name = "cmake"
518-
version = "0.1.38"
518+
version = "0.1.42"
519519
source = "registry+https://github.com/rust-lang/crates.io-index"
520-
checksum = "96210eec534fc3fbfc0452a63769424eaa80205fda6cea98e5b61cb3d97bcec8"
520+
checksum = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
521521
dependencies = [
522522
"cc",
523523
]

0 commit comments

Comments
 (0)