From 77298f60377d713610bb14858faef2a5b1479fc1 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 6 Jan 2023 02:00:49 +0100 Subject: [PATCH] Update Rust crate avr-device to 0.5.0 --- rust/arduino/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/arduino/Cargo.toml b/rust/arduino/Cargo.toml index 2d99fd3..756c5e8 100644 --- a/rust/arduino/Cargo.toml +++ b/rust/arduino/Cargo.toml @@ -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 = "0.4.0" +avr-device = "0.5.0" arduino-hal = { git = "https://github.com/Rahix/avr-hal", features = ["arduino-uno"], rev = "1aacefb335517f85d0de858231e11055d9768cdf" } ufmt = "0.2.0"