From 6abb8093949bb969715c45e1aa6fe3f08691b951 Mon Sep 17 00:00:00 2001 From: Dori Medini Date: Fri, 27 Jun 2025 13:50:40 +0300 Subject: [PATCH] ci: rust 1.87 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 689a4291481..01570ed3cfb 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.86" +channel = "1.87" components = ["rustc-dev"] profile = "default" targets = ["x86_64-unknown-linux-gnu"]