From 7e800e3d40d17dfd21377d998019ae513c812a24 Mon Sep 17 00:00:00 2001 From: Matt Paras Date: Sun, 22 Jun 2025 20:25:49 -0700 Subject: [PATCH] bump toolchain version for weird windows c abi incompatibility that is confounding me --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 74c6fc7a2..f0c6c4d3c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.82.0" +channel = "1.84.0" components = ["rustfmt", "rust-src", "clippy"]