From 427e9fe57d2bcf7ea793b164772388fd861d3a94 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Thu, 4 Apr 2024 15:14:32 +0200 Subject: [PATCH] chore(toolchain): update (#1432) [create-pull-request] automated change Co-authored-by: github-actions[bot] --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e9a0290..8d033cb 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.77.0" +channel = "1.77.1" components = ["rustfmt", "clippy"]