add aarch64-linux-android to targets

This commit is contained in:
Lucas Schumacher 2024-04-25 16:23:01 -04:00
parent 6dacbe5a11
commit cc970d90ed

View File

@ -7,4 +7,4 @@
[toolchain]
channel = "1.76.0"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-unknown-unknown" ]
targets = [ "wasm32-unknown-unknown", "aarch64-linux-android" ]