Skip to content

Commit

Permalink
chore: update rust toolchain
Browse files Browse the repository at this point in the history
Previous version wasn't working well with the helix lsp editor.
  • Loading branch information
ifiokjr committed Jan 17, 2025
1 parent 4ff451d commit 01ad710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
# https://rust-lang.github.io/rustup-components-history/
channel = "nightly-2025-01-15"
channel = "nightly-2025-01-16"
components = ["rustfmt", "cargo", "clippy", "rust-analyzer", "llvm-tools-preview"]
profile = "default"
targets = ["wasm32-unknown-unknown"]

0 comments on commit 01ad710

Please sign in to comment.