From 5c7aaf16c22a15b8963b2657389e571569e9e67f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 May 2022 15:41:50 +0000 Subject: [PATCH] Update Rust to v1.61.0 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 61c5ddea7..cad33c8cd 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -4,5 +4,5 @@ # The intent is to keep this updated as new stable versions are relased. [toolchain] -channel = "1.60.0" +channel = "1.61.0" profile = "default"