From 2c1aa7649deb6febcb6abd47705e5e9808038e6c Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Mon, 20 Feb 2023 00:13:54 +0100 Subject: [PATCH] update rust --- flake.nix | 1 + rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4e401dd..8dc688c 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ just cargo rustup + rust-analyzer ]; }; }; diff --git a/rust-toolchain.toml b/rust-toolchain.toml index bb75080..13d93b1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.56.1" +channel = "1.67.1" components = [ "rustfmt", "clippy" ]