Skip to content

Commit

Permalink
Going back to rust version 1.79 to avoid clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla committed Jan 31, 2025
1 parent b3df21e commit a9d9eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.81"
channel = "1.79"
components = [ "rustfmt", "clippy", "rust-src" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"
profile = "minimal"

0 comments on commit a9d9eae

Please sign in to comment.