From 1b71d1f5a3f93004b808bc93df7441a891ed2ea5 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 14 Apr 2025 10:59:22 -0700 Subject: [PATCH] chore: update rust to match the fvm --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 623f9a2..8825102 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.78.0" +channel = "1.86.0" components = ["clippy", "rustfmt"]