Closed laurmaedje closed 1 month ago
Hi @laurmaedje thank you for reporting this. Ideally we should start to check the minimum rust version in our CI to prevent this from happening again.
Agreed! We do in Typst and that's how I actually found out about this.
@laurmaedje I just implemented a small CI job to guard against this.
Have you had to deal with this? https://github.com/wasmi-labs/wasmi/pull/1196 If so, how do you handle these (annoying) alerts?
I personally find dependabot annoying in general, so I've disabled it completely.
Maybe you can trick it by using something like this:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.79
Also confusing that it wants 1.90
... since that Rust version isn't out for a while.
When building with
1.77
as specified inCargo.toml
, you get this:Associated type bounds were stabilized in
1.79
.