From c792f54c57a55d76249ffed499b271e759acf6ec Mon Sep 17 00:00:00 2001 From: Brian Cooper Date: Tue, 12 Dec 2023 00:57:01 -0600 Subject: [PATCH] build(toolchain): pin Rust nightly version Former-commit-id: 359d35553e85a01de5fae40aa16c6f028ebbdfd7 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 5fe1a593..770ba07a 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly" +channel = "nightly-2023-06-15" components = ["rustfmt", "clippy"] targets = ["wasm32-unknown-unknown"]