require notcurses 1.1.0 for libnotcurses-sys-rs

This commit is contained in:
nick black 2020-01-19 13:46:36 -05:00
parent ad5398ece3
commit 17a1ff3de3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

View File

@ -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)",

View File

@ -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();