Skip to content

Commit

Permalink
chore(config): rust toolchain config
Browse files Browse the repository at this point in the history
  • Loading branch information
dream-dasher committed Jan 5, 2025
1 parent 3a6fd65 commit 37544da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# rust-toolchain
# link describing options for this file: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file

[toolchain]
components = [ "rustfmt", "clippy", "rust-analyzer" ]
channel = "nightly"
# targets = [ "wasm32-unknown-unknown" ]

0 comments on commit 37544da

Please sign in to comment.