Skip to content

Commit

Permalink
ci: add rust-toolchain.toml (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Feb 9, 2023
1 parent 4ea3de8 commit d0026e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[toolchain]
# https://github.com/swc-project/swc/issues/6807
channel = "1.66.0"
components = [ "clippy" ]
targets = [ "wasm32-wasi" ]
profile = "minimal"

0 comments on commit d0026e7

Please sign in to comment.