Release v0.3.2
Changes in v0.3.2
- Bump version to 0.3.2
- Remove recursion limit
- feat: added borsh_schema feature
- Add even more traits
- python: Export get_collateral from rust
- chore: Add Clone trait to several types
- feat: support quote verification for
wasm32-unknown-unknownwithout I/O (#21) - feat: implement borsh serialization for public types (#20)
- Bump the github-actions group with 2 updates
- Update LICENSE
- Update collateral.rs
Python Package
This release includes Python wheels for multiple platforms:
- Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
- Windows: x64, x86
- macOS: x86_64, aarch64 (Apple Silicon)
Install with: pip install dcap-qvl==0.3.2
Rust Crate
Add to your Cargo.toml:
dcap-qvl = "0.3.2"