0.4.37
Added
- Add support for
CURLOPT_PATH_AS_IS
. (#385) - Add support for
CURLOPT_PINNEDPUBLICKEY
. (#391).
FIxed
- Disable compiling with
poll()
on macOS, which is buggy on some versions of macOS. This matches the default upstream build behavior. (#393)
Changes
- Upgrade to Rust 2018 edition. (#389)