rust-av / ssimulacra2_bin

Binary interface for the ssimulacra2 Rust port
BSD 2-Clause "Simplified" License
40 stars 10 forks source link

Add MSRV CI job and fix MSRV #37

Closed FreezyLemon closed 5 months ago

FreezyLemon commented 5 months ago

v_frame ^0.3.1 (required by av-metrics 0.9.1 which is required by av-metrics-decoders 0.3.1) does not build on 1.61.0, so the current MSRV in Cargo.toml is not correct.

I had to bump it to 1.62.0, and then downgrade some dependencies to get it to build.