Compare commits
No commits in common. "4fccf7151cca3392e9b63cbd1d39c7d785ee1113" and "7fbf6d9550c2c777ae81b30f2f33f12335506fa9" have entirely different histories.
4fccf7151c
...
7fbf6d9550
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[dependencies]
|
||||
panic-halt = "0.2.0"
|
||||
avr-device = { version = "0.5.2", features = ["atmega328p"] }
|
||||
avr-device = { version = "0.5.1", features = ["atmega328p"] }
|
||||
arduino-hal = { git = "https://github.com/Rahix/avr-hal", features = ["arduino-uno"], rev = "1aacefb335517f85d0de858231e11055d9768cdf" }
|
||||
ufmt = "0.2.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue