Skip to content

Commit 8050835

Browse files
Explicitly depend on a version of pkg-config.
1 parent c23dd35 commit 8050835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascriptcore-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ categories = ["external-ffi-bindings"]
1313
build = "build.rs"
1414

1515
[target.'cfg(target_os = "linux")'.build-dependencies]
16-
pkg-config = "*"
16+
pkg-config = "0.3.9"

0 commit comments

Comments
 (0)