0.12.1
Added
- Initial support for building with cargo-c.
- Experimental support for building
rustls-ffi
as a dynamic library (cdylib
).
What's Changed
- docs: document the opaque struct pattern in one place by @cpu in #374
- build(deps): bump libc from 0.2.150 to 0.2.151 by @dependabot in #376
- CI: restore integration tests, fixup MacOS/Windows expected linker parts by @cpu in #373
- build(deps): bump libc from 0.2.151 to 0.2.152 by @dependabot in #378
- tests: update Windows expected linker parts by @cpu in #379
- Minor github actions updates by @ctz in #382
cargo fmt
inside of ffi_panic_boundary! invocations by @ctz in #383- tests: fix maybe-uninitialized warning by @cpu in #386
- build(deps): bump libc from 0.2.152 to 0.2.153 by @dependabot in #385
- lib: fix false positive dead_code trait by @cpu in #387
- cargo-c support by @lu-zero in #274
- 0.12.1 prep by @cpu in #395
New Contributors
Full Changelog: v0.12.0...v0.12.1