require notcurses 1.1.0 for libnotcurses-sys-rs

pull/265/head
nick black 5 years ago
parent ad5398ece3
commit 17a1ff3de3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -160,7 +160,7 @@ dependencies = [
[[package]]
name = "libnotcurses-sys"
version = "1.0.2"
version = "1.1.0"
dependencies = [
"bindgen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

@ -5,7 +5,7 @@ use std::path::PathBuf;
fn main() {
pkg_config::Config::new()
.atleast_version("1.0.2")
.atleast_version("1.1.0")
.probe("notcurses")
.unwrap();

Loading…
Cancel
Save