Skip to content

Commit

Permalink
add rust-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jun 24, 2024
1 parent 8bea07f commit 2c157c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
targets: wasm32-unknown-unknown, wasm32-wasi
toolchain: nightly-2024-06-05
components: rust-src, rustfmt
toolchain: nightly-2024-05-01
components: rust-src, rustfmt, rust-analyzer

- name: Install cargo component v0.13.2
run: echo yes | cargo binstall [email protected]
Expand Down

0 comments on commit 2c157c8

Please sign in to comment.