From eb42f72bb4e23ea16b726bc14587d4c5b3d07212 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 24 Aug 2024 08:34:08 +0200 Subject: [PATCH] Set correct minimal version of `vcpkg`. --- Cargo-zng.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo-zng.toml b/Cargo-zng.toml index 9a6a3ee6..3c298ca1 100644 --- a/Cargo-zng.toml +++ b/Cargo-zng.toml @@ -36,7 +36,7 @@ members = ["systest"] libc = "0.2.43" [build-dependencies] -cmake = "0.1" +cmake = "0.1.50" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(zng)'] } diff --git a/Cargo.toml b/Cargo.toml index 84ba77be..d20e15ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ libc = { version = "0.2.43", optional = true } pkg-config = "0.3.9" cc = "1.0.98" cmake = { version = "0.1.50", optional = true } -vcpkg = "0.2" +vcpkg = "0.2.11" [features] default = ["libc", "stock-zlib"]