Files
SpacetimeDB/rust-toolchain.toml
T
George Kulakowski be289daf6f Update wasmer (#220)
* 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>
2023-08-29 18:07:35 +00:00

5 lines
88 B
TOML

[toolchain]
channel = "1.72.0"
profile = "default"
targets = ["wasm32-unknown-unknown"]