diff options
| author | Caleb Zulawski <caleb.zulawski@gmail.com> | 2024-04-11 00:15:29 -0400 |
|---|---|---|
| committer | Caleb Zulawski <caleb.zulawski@gmail.com> | 2024-04-11 00:48:34 -0400 |
| commit | 6c6815251a0fc17036998e7ef6a4bfc7b02331e6 (patch) | |
| tree | 9dc350526a915efb82f686a44d878120ae718445 | |
| parent | d5dfa72ac669d061ef6150a897015cbf5f1d850a (diff) | |
| download | rust-6c6815251a0fc17036998e7ef6a4bfc7b02331e6.tar.gz rust-6c6815251a0fc17036998e7ef6a4bfc7b02331e6.zip | |
Pin toolchain
| -rw-r--r-- | rust-toolchain.toml | 3 |
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"] |
