Skip to content

Commit

Permalink
chore: add rust-toolchain.toml (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker authored Jun 22, 2024
1 parent 39fb5b3 commit 107142d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[toolchain]
channel = "1.78"
components = ["rustfmt", "rust-src", "clippy"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit 107142d

Please sign in to comment.