Compare commits

...

2 commits

Author SHA1 Message Date
hodasemi 358b9d05d3 Merge pull request 'Update Rust crate avr-device to 0.5.3' (#46) from renovate/avr-device-0.x into master
Reviewed-on: #46
2023-11-23 07:11:02 +01:00
RenovateBot ef8d21c377 Update Rust crate avr-device to 0.5.3
All checks were successful
Gavania Merge Build / Serial Reader (pull_request) Successful in 13m2s
2023-11-17 02:00:53 +01: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 # 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 = "0.2.0"
avr-device = { version = "0.5.2", features = ["atmega328p"] } avr-device = { version = "0.5.3", 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"