diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-06-02 09:54:57 +0000 |
|---|---|---|
| committer | Oli Scherer <github35764891676564198441@oli-obk.de> | 2022-06-02 12:06:34 +0200 |
| commit | 615f8c5dbbd59b9ec734efaeb36b0e619c9e3e38 (patch) | |
| tree | 247f73d5bbe49d0151c3470ef97027fa832f3ae3 | |
| parent | 9da5e13294177621854dfd6a249863286c482fb1 (diff) | |
| download | rust-615f8c5dbbd59b9ec734efaeb36b0e619c9e3e38.tar.gz rust-615f8c5dbbd59b9ec734efaeb36b0e619c9e3e38.zip | |
record which nightly we support
| -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..7b696fc1f5c --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly-2022-06-01" +components = [ "rustfmt", "rustc-dev" ] |
