diff options
author | nea <nea@nea.moe> | 2023-03-27 19:34:56 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-03-27 19:34:56 +0200 |
commit | a61399997307b0a11aca94c6bd6735a26615b88d (patch) | |
tree | 702c10215934d1d7cc94089b3f544990f8d7c9e8 /rust-toolchain.toml | |
parent | b41a8c812d72fa2755adc4317e3d033e4e5cbef3 (diff) | |
download | mgasi-a61399997307b0a11aca94c6bd6735a26615b88d.tar.gz mgasi-a61399997307b0a11aca94c6bd6735a26615b88d.tar.bz2 mgasi-a61399997307b0a11aca94c6bd6735a26615b88d.zip |
Make world joinable
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" |