jeaye / ncurses-rs

A low-level ncurses wrapper for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

johalun opened this issue · comments

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.