diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-15 21:51:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-15 21:51:54 +0900 |
| commit | 58d348d3abe77e4942265f4402dbb27a010b3e19 (patch) | |
| tree | 5d2402a6842c4936d9d8d5fb50735807814c5b51 | |
| parent | 38ca7b707e584fb5f1b89b25ce3c2fbd6ba7d492 (diff) | |
| parent | 9febc2bc7a3a6397ca7e30155924d2d180a5e940 (diff) | |
| download | rust-58d348d3abe77e4942265f4402dbb27a010b3e19.tar.gz rust-58d348d3abe77e4942265f4402dbb27a010b3e19.zip | |
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.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6ac2ce062ff..b6b61b073c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -515,9 +515,9 @@ dependencies = [ [[package]] name = "cmake" -version = "0.1.38" +version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96210eec534fc3fbfc0452a63769424eaa80205fda6cea98e5b61cb3d97bcec8" +checksum = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62" dependencies = [ "cc", ] |
