Skip to content

Commit

Permalink
modify rust toolchain to see if that passes
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Jun 19, 2023
1 parent af3afba commit 0e78b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.68.2"
channel = "nightly-2022-11-14"
components = [ "rustfmt", "clippy" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"

0 comments on commit 0e78b6a

Please sign in to comment.