diff options
| author | Daniel Frampton <dframpto@microsoft.com> | 2020-01-14 11:56:51 -0800 |
|---|---|---|
| committer | Daniel Frampton <dframpto@microsoft.com> | 2020-01-14 11:56:51 -0800 |
| commit | 9febc2bc7a3a6397ca7e30155924d2d180a5e940 (patch) | |
| tree | 7ed8b18ace6fedffbada741ca14cc9f773d9e663 | |
| parent | 8a87b945b27b5670ac5ed665bbb0fccc1b88a0a0 (diff) | |
| download | rust-9febc2bc7a3a6397ca7e30155924d2d180a5e940.tar.gz rust-9febc2bc7a3a6397ca7e30155924d2d180a5e940.zip | |
Update to a version of cmake with windows arm64 support
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4836e15cd79..602e0ae150a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,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", ] |
