From 108bfd7c8076e4fe55bac1d116dffbc6a92c51aa Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 20 Jan 2026 15:23:44 -0800 Subject: [PATCH] fix ci --- rust-toolchain.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0193dee3..291696d0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,3 @@ [toolchain] -channel = "1.83.0" +channel = "1.87.0" +profile = "default"