v0.14.8
·
110 commits
to main
since this release
0.14.8 (2026-05-11)
Enhancements
- [FEATURE][rust] Surfaced
concurrentas a top-levelmiden-clientfeature, independent ofstd. wasm32 consumers usingdefault-features = false(notably the@miden-sdk/miden-sdkMT WASM bundle and the newmiden-mobile-provernative plugin for iOS/Android wallets) can now opt into rayon-parallel proving viamiden-tx/concurrent+miden-prover/concurrentwithout also pulling in themiden-client/stddeps (dep:tokio,dep:tempfile,tonic'stransport/tls-*features). Nativestd-using consumers get this transitively throughstd; the duplication in thestdfeature list is intentional so each consumer can pick the smallest feature set they need. Note thatmiden-tx's ownconcurrentfeature is defined upstream as["miden-prover/concurrent", "std"], so this does activatestdon the protocol crates (miden-tx, miden-prover, miden-protocol) — thatstdis unavoidable for parallel proving and is cheap on wasm32 (#2169).