mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 21:40:49 +00:00
* chore(ci): Build marine and mrepl binaries for macos and linux * Exclude some shell lint rules * Typo
10 lines
188 B
TOML
10 lines
188 B
TOML
[toolchain]
|
|
channel = "nightly-2022-09-15"
|
|
targets = [
|
|
"x86_64-unknown-linux-gnu",
|
|
"x86_64-unknown-linux-musl",
|
|
"x86_64-apple-darwin",
|
|
"wasm32-wasi",
|
|
"wasm32-unknown-unknown",
|
|
]
|