diff options
| author | Sophie Forrest <57433227+sophieforrest@users.noreply.github.com> | 2024-01-13 19:17:57 +1300 |
|---|---|---|
| committer | Sophie Forrest <57433227+sophieforrest@users.noreply.github.com> | 2024-01-13 19:17:57 +1300 |
| commit | 13becb31e8b669dd6254c68b3aae110e7711d9db (patch) | |
| tree | f4320bc6c0e86064291ac29f4dfaddb8fbb3f376 /.rust-toolchain.toml | |
chore: init project
Diffstat (limited to '')
| -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" |