Skip to content

Commit

Permalink
Update pkg-config dependency to 0.3.2
Browse files Browse the repository at this point in the history
Earlier versions of pkg-config don't build with any post-1.0 rust
compiler.

This is an attempt to get lmdb, and some non-trivial crates which depend
on it, building with `-Z minimal-versions`. See
rust-lang/cargo#5657 for more information.
  • Loading branch information
illicitonion committed Jun 28, 2018
1 parent 90e8880 commit b0a5f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ build = "build.rs"
libc = "0.2"

[build-dependencies]
pkg-config = "0.3"
pkg-config = "0.3.2"
cc = "1"

0 comments on commit b0a5f6f

Please sign in to comment.