mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
* chore: update rust-toolchain to 2023-08-27 and make clippy happy * fmt * Setup wasm pack as binary * Run cargo fmt last --------- Co-authored-by: Anatoly Laskaris <github_me@nahsi.dev>
10 lines
188 B
TOML
10 lines
188 B
TOML
[toolchain]
|
|
channel = "nightly-2023-08-27"
|
|
targets = [
|
|
"x86_64-unknown-linux-gnu",
|
|
"x86_64-unknown-linux-musl",
|
|
"x86_64-apple-darwin",
|
|
"wasm32-wasi",
|
|
"wasm32-unknown-unknown",
|
|
]
|