about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaleb Zulawski <caleb.zulawski@gmail.com>2024-04-11 00:15:29 -0400
committerCaleb Zulawski <caleb.zulawski@gmail.com>2024-04-11 00:48:34 -0400
commit6c6815251a0fc17036998e7ef6a4bfc7b02331e6 (patch)
tree9dc350526a915efb82f686a44d878120ae718445
parentd5dfa72ac669d061ef6150a897015cbf5f1d850a (diff)
downloadrust-6c6815251a0fc17036998e7ef6a4bfc7b02331e6.tar.gz
rust-6c6815251a0fc17036998e7ef6a4bfc7b02331e6.zip
Pin toolchain
-rw-r--r--rust-toolchain.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 00000000000..5e885801cda
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,3 @@
+[toolchain]
+channel = "nightly-2024-04-10"
+components = ["rustfmt", "clippy", "miri", "rust-src"]