Skip to content

Commit

Permalink
[toolchain] update rust to 1.73.0 with fixing gh actions (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Nov 24, 2023
1 parent a0807fb commit 128e8df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/typescript-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
with:
version: 8

- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.73.0
with:
components: rustfmt, clippy

- run: pnpm install
- run: pnpm lint
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "1.73.0"
targets = [ "wasm32-unknown-unknown" ]

0 comments on commit 128e8df

Please sign in to comment.