mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-04 06:00:30 +00:00
rust: downgrade bindgen & pkg-config #355
This commit is contained in:
parent
1cfc406496
commit
a4e7513b11
@ -23,9 +23,9 @@ libc = {version = "0.2.80", default-features = false}
|
||||
cty = "0.2.1"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = ">= 0.56"
|
||||
bindgen = ">= 0.55.1"
|
||||
cc = "1.0"
|
||||
pkg-config = "0.3.19"
|
||||
pkg-config = ">= 0.3.18"
|
||||
|
||||
[dev-dependencies]
|
||||
serial_test = ">= 0.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user