domyd / mlp

A Dolby TrueHD demuxer and utility tool, with a focus on accurate and correct TrueHD demuxing.
Apache License 2.0
64 stars 2 forks source link

Resolve build issues with Rust 1.61.0 #13

Closed nekno closed 2 years ago

nekno commented 2 years ago

Getting numerous build errors trying to build mlp with Rust 1.61.0, when building lexical-core 0.6.7:

error[E0308]: mismatched types
error[E0277]: cannot subtract `usize` from `u32`

Updating to `lexical-core 0.6.8 resolves the issue.

Also package-win.ps1 still has a dependency on 7-zip when compressing the distro archive.