Skip to content

Commit

Permalink
rust: downgrade bindgen & pkg-config #355
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluis committed Nov 30, 2020
1 parent 1cfc406 commit a4e7513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a4e7513

Please sign in to comment.