fix(dgw): update cadeau native library to v2026.3.13.0#1708
fix(dgw): update cadeau native library to v2026.3.13.0#1708Benoît Cortier (CBenoit) merged 2 commits intomasterfrom
Conversation
The pinned libxmf version (v2025.7.16.0) is out of sync with the cadeau Rust crate (0.5.1), which expects the newer XmfVpxEncoderConfig struct layout including the preset field added in cadeau PR #73. This ABI mismatch causes issues on recent installs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Let maintainers know that an action is required on their side
|
irvingouj@Devolutions (irvingoujAtDevolution)
left a comment
There was a problem hiding this comment.
A newer cadeau release is now available.
Co-authored-by: irvingouj@Devolutions <jou@devolutions.net>
The pinned
libxmfnative binary version (v2025.7.16.0) is out of sync with thecadeaucrate (0.5.1) on crates.io, which expects the newerXmfVpxEncoderConfigstruct layout including thepresetfield added in cadeau PR #73. This ABI mismatch causes issues on recent installs.Issue: DVLS-14057