Loading openssl-sys/CHANGELOG.md +8 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ ## [Unreleased] ## [v0.9.90] - 2023-06-20 ### Fixed * Fixed compilation with BoringSSL when building with the bindgen CLI. ## [v0.9.89] - 2023-06-20 ### Fixed Loading Loading @@ -473,7 +479,8 @@ Fixed builds against OpenSSL built with `no-cast`. * Added `X509_verify` and `X509_REQ_verify`. * Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.89..master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.90..master [v0.9.90]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.89...openssl-sys-v0.9.90 [v0.9.89]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.88...openssl-sys-v0.9.89 [v0.9.88]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.87...openssl-sys-v0.9.88 [v0.9.87]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.86...openssl-sys-v0.9.87 Loading openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.89" version = "0.9.90" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading openssl-sys/build/run_bindgen.rs +3 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,9 @@ pub fn run_boringssl(include_dirs: &[PathBuf]) { bindgen_cmd .arg("-o") .arg(out_dir.join("bindgen.rs")) .arg("--rust-target=1.56") // Must be a valid version from // https://docs.rs/bindgen/latest/bindgen/enum.RustTarget.html .arg("--rust-target=1.47") .arg("--ctypes-prefix=::libc") .arg("--raw-line=use libc::*;") .arg("--no-derive-default") Loading Loading
openssl-sys/CHANGELOG.md +8 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ ## [Unreleased] ## [v0.9.90] - 2023-06-20 ### Fixed * Fixed compilation with BoringSSL when building with the bindgen CLI. ## [v0.9.89] - 2023-06-20 ### Fixed Loading Loading @@ -473,7 +479,8 @@ Fixed builds against OpenSSL built with `no-cast`. * Added `X509_verify` and `X509_REQ_verify`. * Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.89..master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.90..master [v0.9.90]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.89...openssl-sys-v0.9.90 [v0.9.89]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.88...openssl-sys-v0.9.89 [v0.9.88]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.87...openssl-sys-v0.9.88 [v0.9.87]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.86...openssl-sys-v0.9.87 Loading
openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.89" version = "0.9.90" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading
openssl-sys/build/run_bindgen.rs +3 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,9 @@ pub fn run_boringssl(include_dirs: &[PathBuf]) { bindgen_cmd .arg("-o") .arg(out_dir.join("bindgen.rs")) .arg("--rust-target=1.56") // Must be a valid version from // https://docs.rs/bindgen/latest/bindgen/enum.RustTarget.html .arg("--rust-target=1.47") .arg("--ctypes-prefix=::libc") .arg("--raw-line=use libc::*;") .arg("--no-derive-default") Loading