Loading Cargo.toml +0 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,3 @@ members = [ "openssl-sys", "systest", ] [patch.crates-io] bindgen = { git = "https://github.com/daviddrysdale/rust-bindgen", branch = "allowlist-file" } openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
Cargo.toml +0 −3 Original line number Diff line number Diff line Loading @@ -6,6 +6,3 @@ members = [ "openssl-sys", "systest", ] [patch.crates-io] bindgen = { git = "https://github.com/daviddrysdale/rust-bindgen", branch = "allowlist-file" }
openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading