From d356bf2cf0693ae3efb5ae10d387dd1dad5e1ec4 Mon Sep 17 00:00:00 2001 From: Jan Teske Date: Wed, 29 Jan 2025 15:35:15 +0100 Subject: [PATCH] *: update cmake to 0.15.3 To pull in https://github.com/rust-lang/cmake-rs/pull/229, which caused a major regression in Mz build times. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21a1db322eb3f..3f2d3e3346df6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1741,9 +1741,9 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "cmake" -version = "0.1.50" +version = "0.1.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" +checksum = "e24a03c8b52922d68a1589ad61032f2c1aa5a8158d2aa0d93c6e9534944bbad6" dependencies = [ "cc", ]