Skip to content

Commit

Permalink
fix: toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored and musitdev committed Aug 21, 2024
1 parent bcd4dbe commit 2276d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.78"
components = [ "rustfmt", "rust-src", "clippy" ]
channel = "1.79"
components = ["rustfmt", "rust-src", "clippy"]
profile = "minimal"

0 comments on commit 2276d82

Please sign in to comment.