danburkert / lmdb-rs

Safe Rust bindings for LMDB
Apache License 2.0
172 stars 87 forks source link

Update pkg-config dependency to 0.3.2 #35

Closed illicitonion closed 6 years ago

illicitonion commented 6 years ago

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 https://github.com/rust-lang/cargo/issues/5657 for more information.