Loading openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ libc = "0.2" bssl-sys = { version = "0.1.0", optional = true } [build-dependencies] bindgen = { version = "0.66.0", optional = true, features = ["experimental"] } bindgen = { version = "0.68.0", optional = true, features = ["experimental"] } cc = "1.0.61" openssl-src = { version = "300.2.0", optional = true, features = ["legacy"] } pkg-config = "0.3.9" Loading Loading
openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ libc = "0.2" bssl-sys = { version = "0.1.0", optional = true } [build-dependencies] bindgen = { version = "0.66.0", optional = true, features = ["experimental"] } bindgen = { version = "0.68.0", optional = true, features = ["experimental"] } cc = "1.0.61" openssl-src = { version = "300.2.0", optional = true, features = ["legacy"] } pkg-config = "0.3.9" Loading