Update Rust crate panic-halt to v1
Some checks failed
Gavania Merge Build / Serial Reader (pull_request) Failing after 16m13s

This commit is contained in:
RenovateBot 2024-10-31 14:15:19 +00:00
parent 8d8cba38f9
commit 410b3b87d5

View file

@ -5,7 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
panic-halt = "0.2.0" panic-halt = "1.0.0"
avr-device = { version = "0.5.4", features = ["atmega328p"] } avr-device = { version = "0.5.4", features = ["atmega328p"] }
arduino-hal = { git = "https://github.com/Rahix/avr-hal", features = ["arduino-uno"], rev = "1aacefb335517f85d0de858231e11055d9768cdf" } arduino-hal = { git = "https://github.com/Rahix/avr-hal", features = ["arduino-uno"], rev = "1aacefb335517f85d0de858231e11055d9768cdf" }
ufmt = "0.2.0" ufmt = "0.2.0"