mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
require notcurses 1.1.0 for libnotcurses-sys-rs
This commit is contained in:
parent
ad5398ece3
commit
17a1ff3de3
2
rust/libnotcurses-sys/Cargo.lock
generated
2
rust/libnotcurses-sys/Cargo.lock
generated
@ -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…
Reference in New Issue
Block a user