From 2f209b1841f2f5f9c68f0b2ab04e62991f08e4a9 Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 8 Nov 2024 21:47:03 +0000 Subject: [PATCH] [spr] initial version Created using spr 1.3.6-beta.1 --- rust-toolchain.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index aed265e0e64..7325e53a1b0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,11 @@ [toolchain] # We choose a specific toolchain (rather than "stable") for repeatability. The # intent is to keep this up-to-date with recently-released stable Rust. -channel = "1.82.0" +# +# NOTE: Rust 1.82 has a large compile time regression in Diesel-generated +# code: https://github.com/rust-lang/rust/issues/132064. Before moving to a +# newer Rust, ensure that the regression is addressed and that nexus-db-queries +# and omicron-nexus don't take much longer to compile! + +channel = "1.81.0" profile = "default"