Skip to content

Commit

Permalink
Set correct minimal version of vcpkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 24, 2024
1 parent 1aca487 commit 1c8b254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo-zng.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'] }
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 1c8b254

Please sign in to comment.