From 3d82650c403ab9beff042ff587181bf5fdab313a Mon Sep 17 00:00:00 2001 From: Lucas Franceschino Date: Wed, 29 May 2024 11:30:42 +0200 Subject: [PATCH] Bump rustc by a few more days This is not breaking anything on hax, but unbreaks `serde`: https://github.com/serde-rs/serde/issues/2734 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index bde5ecc3c..7dee8050a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2023-09-15" +channel = "nightly-2023-09-19" components = [ "rustc-dev", "llvm-tools-preview" , "rust-analysis" , "rust-src" , "rustfmt" ]