Closed xiphmont closed 3 years ago
FYI that commit didn't actually change anything in rav1e, it just added a new field that allows cargo to display more straightforward "your rust is too old" error messages in the future
Ah, fair. In the Docker build it's actually needed to set up an environment that builds other tools successfully (dependency Hell), and it is in fact unrelated to rav1e.
Monty
On Thu, Oct 21, 2021 at 8:35 PM Thomas Daede @.***> wrote:
FYI that commit didn't actually change anything in rav1e, it just added a new field that allows cargo to display more straightforward "your rust is too old" error messages in the future
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/xiph/awcy/pull/302#issuecomment-949110930, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACWMHEBM52REAFTSP5EOMLDUICWUZANCNFSM5GPK4SEA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Fix same problem as e338be610a70d79e42ba27647108129438d6682b in the rav1e tree; new version of clamp crate can't build with older Rust. Update Rust in Docker build to 1.51.0.