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 3537714 commit 432da19
Showing 1 changed file with 1 addition and 1 deletion.
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 432da19

Please sign in to comment.