From ed91cce3673d12d4bb93eb58d2bfa61ba530c4aa Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Tue, 15 Aug 2023 11:53:21 +0200 Subject: [PATCH] Fix -Z minimal-versions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba1ac68f..4cd390ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ boring = { version = "3", path = "./boring" } tokio-boring = { version = "3", path = "./tokio-boring" } bindgen = { version = "0.66.1", default-features = false, features = ["runtime"] } -cmake = "0.1" +cmake = "0.1.18" fs_extra = "1.3.0" fslock = "0.2" bitflags = "2.4"