Skip to content

Commit

Permalink
chore: add rust-toolchain.toml (#73)
Browse files Browse the repository at this point in the history
* chore: add rust-toolchain.toml

* remove rustc-dev
  • Loading branch information
Daanvdplas authored Mar 21, 2024
1 parent 81f3ce2 commit 668cfb0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[toolchain]
channel = "stable"
components = [
"cargo",
"clippy",
"rust-analyzer",
"rust-src",
"rust-std",
"rustc",
"rustfmt",
]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit 668cfb0

Please sign in to comment.