I've prepared and tested the v0.8.1-6ubuntu3 with Ubuntu-specific vendoring reverted in a PPA, and the build fails with the following:
``` failed to select a version for the requirement `toml = "^0.8"` candidate versions found which didn't match: 0.9.8 ``` Ubuntu ships rust-toml 0.9.8, so ^0.8 no longer resolves. Debian 0.8.1-7 bumps this to ^0.9. Since Ubuntu also has rust-toml 0.9 in the archive, a sync of 0.8.1-7 should build cleanly, and no Ubuntu delta is needed. The version 0.8.1-8 also builds successfully in PPA: https://launchpad.net/~nadzeya/+archive/ubuntu/rav1e-mir-1/+packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2133869 Title: [MIR] rust-rav1e To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rust-rav1e/+bug/2133869/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
