From 3dd84f1fc012a80a87665e80ba7fe6eb657c8bf3 Mon Sep 17 00:00:00 2001 From: Lennart Date: Tue, 16 Jan 2024 07:50:19 +0100 Subject: [PATCH] #1447 upgrade rust to fix compilation error --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2db1883c..c97063e8 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.70.0" +channel = "1.75.0" components = ["rustfmt", "clippy"] \ No newline at end of file