Skip to content

Commit

Permalink
chore: update rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Nov 24, 2023
1 parent efcd9d8 commit ff53773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-10-30"
components = [ "rustfmt" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"
channel = "nightly-2023-11-15"
components = ["rustfmt"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit ff53773

Please sign in to comment.