diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-19 22:21:35 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-19 22:21:35 +0000 |
commit | 7fe644c89f6f359c5d2da11bd6e1e942e142bee1 (patch) | |
tree | e377133eb481f1f626aea0bb6a0aeed02afb82f4 /rust-toolchain.toml | |
parent | 4181475b3e68519ae330fa513425acb7f8c44cff (diff) |
fix wrong toolchain being used
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..271800c --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly"
\ No newline at end of file |