Skip to content

Commit fa8d78f

Browse files
committed
Pin the toolchain version to 2021-01-07
At the time of writing this is latest Rust version that works with AVR.
1 parent d25eebc commit fa8d78f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "nightly-2021-01-07"
3+
profile = "minimal"
4+
components = ["rustfmt", "rust-src"]

0 commit comments

Comments
 (0)