From bad0e33784ea0b3bed38638ec6f4c5be04987c94 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 2 Apr 2024 12:21:43 +0530 Subject: [PATCH] ci: use stable rust version --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 996f0f02..8a1925fe 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.77.0" +channel = "stable" profile = "default" targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-musl"]