# Description of Changes
Necessary for pulling in rolldown.
# API and ABI breaking changes
None
# Expected complexity level and risk
1, with the caveat that this updates the Rust version and therefore
touches all the code.
# Testing
- [ ] Just the automated testing
* we need wasmer 4.1.1 or newer
* Add a newly required dependency on wasmer-types
* from_trap -> from::<Trap>
* Finish upgrading to wasmer 4
* Bump to Rust 1.72.0
---------
Co-authored-by: Noa <coolreader18@gmail.com>
We want to use the Cargo.lock file to use exactly the specified
dependencies. Without this, versions of some (possibly transitive)
dependenencies can advance, and in particular advance past the point
of supporting our currently pinned rust toolchain.
* Upgrade chef
* Fix for QUIC issue
* Make version consistent
* Don't install rustup its not needed
* Added note
---------
Co-authored-by: Boppy <no-reply@boppygames.gg>