Skip to content

Commit 8ec7a7c

Browse files
authored
Merge pull request #26 from n8henrie/set-cargo-config
Set reasonable defaults for cargo config
2 parents 29adeff + 2f0f679 commit 8ec7a7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cargo/config.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[unstable]
2+
build-std = [ "core" ]
3+
4+
[build]
5+
target = "avr-unknown-gnu-atmega328"

0 commit comments

Comments
 (0)