Tags: alexcrichton/curl-rust
Tags
Update to 8.10.1 (#573) * Update to 8.10.1 * Disable rustls windows cross-compile test Rustls no longer works for cross-compiling due to switching to aws-lc (from ring). It seems to want to run `.bat` files for some NASM-related stuff. We could, in the future, expose `ring` as a rustls backend as a feature if someone wants to continue using that. * Don't try rustls on i686-pc-windows-msvc It requires nasm to be installed, and I don't want to hassle with that right now.
Update to 8.10.0 (#571) * Update to 8.10.0 * Fix version detection in `systest` Factor in both major/minor instead of just minor. This has been broken for awhile since the 8.0 release. * Fix compilation against system libcurl for me Doesn't actually break the bindings since the underlying Rust type is still the same, but gets things running locally at least. * Fix bindings for `curl_version_info_data` --------- Co-authored-by: Alex Crichton <[email protected]>
Update to curl 8.9.0 (#566) * Update to curl 8.9.0 * Don't use centos 7 any more --------- Co-authored-by: Alex Crichton <[email protected]>
Add Win32_Foundation feature to windows-sys dep. (#547) * Add Win32_Foundation feature to windows-sys dep. This is needed by the following functions we use in the easy API Windows suppport: + `windows_sys::Win32::System::LibraryLoader::GetProcAddress` + `windows_sys::Win32::System::LibraryLoader::GetModuleHandleW` * See if CI is a flake - doesn't look like it, but.
Bump crate versions Publishing the previous update of windows-sys
PreviousNext