From e95a4e68136a6897d61c936622933bf259ebdd7f Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sat, 11 Jul 2020 14:41:52 +0200 Subject: [PATCH] Fixing cmake version that was broken for iOS check https://github.com/alexcrichton/cmake-rs/issues/96 for details --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f19407a..84cca7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ keywords = ["libzmq", "zmq", "zeromq"] members = ["testcrate"] [dependencies] -cmake = "0.1" +cmake = "=0.1.43"