Update Rust crate avr-device to 0.5.1

This commit is contained in:
RenovateBot 2023-04-09 02:00:51 +02:00
parent 228b222dde
commit f4a7a777b8

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.0", 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"