rust-toolchain.toml 🔗
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.70"
components = [ "rustfmt" ]
+targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-wasi" ]
Piotr Osiewicz created
rust-toolchain.toml | 1 +
1 file changed, 1 insertion(+)
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.70"
components = [ "rustfmt" ]
+targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-wasi" ]