Skip to content

Commit

Permalink
Install rust-analyzer as part of the rust-toolchain
Browse files Browse the repository at this point in the history
This is required to simplify the development process

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Aug 13, 2024
1 parent ab49513 commit 1c567af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

0 comments on commit 1c567af

Please sign in to comment.