From 01ad7102dc7033c86ac7fdd102f7e4df2bc66459 Mon Sep 17 00:00:00 2001 From: "Ifiok Jr." Date: Fri, 17 Jan 2025 14:29:34 +0000 Subject: [PATCH] chore: update rust toolchain Previous version wasn't working well with the helix lsp editor. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2c30f7f..a8995e4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -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"]