chore: fix rust-toolchain file for toolchain setup action

This commit is contained in:
Erica Marigold 2024-02-06 11:37:38 +05:30 committed by GitHub
parent cbdce26107
commit 194c315ad8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1 @@
[toolchain] stable --profile default --target wasm32-unknown-unknown
profile = "default"
channel = "stable"
targets = [ "wasm32-unknown-unknown" ]