chore: add rust-toolchain config file

This commit is contained in:
Erica Marigold 2024-02-06 11:29:28 +05:30 committed by GitHub
parent aeb97de33e
commit 7918a0ef73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
rust-toolchain.toml Normal file
View file

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