Skip to content

Commit c240c92

Browse files
illicitoniondanburkert
authored andcommitted
Update pkg-config dependency to 0.3.2
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.
1 parent 2f5a1c2 commit c240c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ build = "build.rs"
1919
libc = "0.2"
2020

2121
[build-dependencies]
22-
pkg-config = "0.3"
22+
pkg-config = "0.3.2"
2323
cc = "1"

0 commit comments

Comments
 (0)