From d7f98972bfe789ba462393dbd2afae0385475dd3 Mon Sep 17 00:00:00 2001 From: James Hinshelwood Date: Wed, 18 Dec 2024 10:22:32 +0000 Subject: [PATCH] Update rust-toolchain.toml --- docgen/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docgen/rust-toolchain.toml b/docgen/rust-toolchain.toml index 4fdc48f..85f3606 100644 --- a/docgen/rust-toolchain.toml +++ b/docgen/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.80.1" +channel = "stable" components = ["rustfmt", "clippy"] profile = "minimal"