marine-rs-sdk/rust-toolchain.toml
Valery Antopol 2df081aabb
chore: update rust toolchain to stable-2023-08-24 (#132)
* use latest stable release

* fix tests
2023-09-13 16:28:04 +03:00

4 lines
121 B
TOML

[toolchain]
channel = "stable-2023-08-24"
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]