Compare commits

..

2 commits

Author SHA1 Message Date
hodasemi 4fccf7151c Merge pull request 'Update Rust crate avr-device to 0.5.2' (#38) from renovate/avr-device-0.x into master
Reviewed-on: #38
2023-08-25 11:52:19 +02:00
RenovateBot 6f746bebbd Update Rust crate avr-device to 0.5.2
Some checks failed
Gavania Merge Build / Arduino (pull_request) Failing after 13m56s
Gavania Merge Build / Pico (pull_request) Failing after 5m20s
Gavania Merge Build / Serial Reader (pull_request) Failing after 3m12s
2023-08-25 02:00:59 +02:00

View file

@ -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.1", features = ["atmega328p"] }
avr-device = { version = "0.5.2", features = ["atmega328p"] }
arduino-hal = { git = "https://github.com/Rahix/avr-hal", features = ["arduino-uno"], rev = "1aacefb335517f85d0de858231e11055d9768cdf" }
ufmt = "0.2.0"