Commit 5e93d300 authored by David Drysdale's avatar David Drysdale
Browse files

Bump bindgen dep to 0.60.1

parent e43eb585
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -6,6 +6,3 @@ members = [
    "openssl-sys",
    "systest",
]

[patch.crates-io]
bindgen = { git = "https://github.com/daviddrysdale/rust-bindgen", branch = "allowlist-file" }
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ libc = "0.2"
bssl-sys = { version = "0.1.0", optional = true }

[build-dependencies]
bindgen = { version = "0.59.2", optional = true }
bindgen = { version = "0.60.1", optional = true }
cc = "1.0"
openssl-src = { version = "111", optional = true }
pkg-config = "0.3.9"