Skip to content

Commit

Permalink
Update Cargo.toml (#317)
Browse files Browse the repository at this point in the history
Require a more recent version of pkg-config, since "0.3.0" doesn't actually compile using recent versions of rustc.
  • Loading branch information
andersmusikkahs authored Jan 9, 2025
1 parent bfe1e34 commit 72752a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstd-safe/zstd-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ default-features = false
features = ["runtime", "which-rustfmt"]

[build-dependencies.pkg-config]
version = "0.3"
version = "0.3.28"

[build-dependencies.cc]
version = "1.0.45"
Expand Down

0 comments on commit 72752a4

Please sign in to comment.