Skip to content

Commit

Permalink
blink: Add rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Feb 4, 2023
1 parent 5af1aee commit 4bdfef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blink/README.md
@@ -1,7 +1,7 @@
# blink

```console
$ rustup override set nightly
$ # See: `.cargo/config.toml` and `rust-toolchain.toml`
$ cargo build --release
$ avrdude -F -patmega32u4 -cavr109 -P/dev/tty.usbmodem144101 -b57600 -D -Uflash:w:target/atmega32u4/release/blink.elf:e
```
Expand Down
2 changes: 2 additions & 0 deletions blink/rust-toolchain.toml
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"

0 comments on commit 4bdfef9

Please sign in to comment.