0.4.42
Added
- Add ability to compile bundled curl with rustls as the TLS engine with the
rustls
crate feature. (#341, #374) - Allow enabling NLTM support when compiling bundled curl with the
nltm
crate feature. (#428) - Added more complex example program for using multi API. (#431)
Changed
- Upgraded bundled curl version in
curl-sys
to 7.81.0 (#432)