Symphonia icon indicating copy to clipboard operation
Symphonia copied to clipboard

Required constituent crate versions less specific than main crate version

Open torokati44 opened this issue 2 years ago • 0 comments

I'm happy you got around to releasing 0.5.1!

I already tried to use the newly added clear() function, but ran into an issue. Even though Ruffle now requires Symphonia 0.5.1, the CI run for the PR depending on it failed: https://github.com/ruffle-rs/ruffle/pull/7470 This is because the bundle packages symphonia depends on are only prescribed to be version 0.5: https://github.com/pdeljanov/Symphonia/blob/17ffc93ec7629e7b4133b3577f28b3e9efecd6b1/symphonia/Cargo.toml#L30-L41= And because of that, Cargo didn't update them automatically, so they stayed at 0.5.0.

I can fix it by running cargo update then checking in the updated Cargo.lock, but perhaps you could consider requiring version 0.5.1 of the bundle packages?

torokati44 avatar Jul 25 '22 17:07 torokati44