jeaye / ncurses-rs

A low-level ncurses wrapper for Rust
Other
685 stars 99 forks source link

Bump minimal version of pkg-config? (build error) #203

Open johalun opened 3 years ago

johalun commented 3 years ago

I have an app that uses the cursive crate which has this crate as dependency. If I run (on my app)

rustup override set nightly
cargo update -Zminimal-versions
cargo check --all-targets

I get build failure in pkg-config 0.3.0.

I think the minimum version for pkg-config needs to be bumped to one that's not broken.