Skip to content

Commit

Permalink
chore: add rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Mar 20, 2024
1 parent 7dc2e5d commit 6648965
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[toolchain]
channel = "stable"
components = [
"cargo",
"clippy",
"rust-analyzer",
"rust-src",
"rust-std",
"rustc",
"rustc-dev",
"rustfmt",
]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit 6648965

Please sign in to comment.