chore: add targets to rust-toolchain.toml (#2581)

This commit is contained in:
Piotr Osiewicz 2023-06-07 00:12:47 +02:00 committed by GitHub
parent a9f865d828
commit cc63d3d048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
[toolchain]
channel = "1.70"
components = [ "rustfmt" ]
targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-wasi" ]