From 410b3b87d5059d3107969eeb6d0649541fff404d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 31 Oct 2024 14:15:19 +0000 Subject: [PATCH] Update Rust crate panic-halt to v1 --- 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 f424b78..84f5d5f 100644 --- a/rust/arduino/Cargo.toml +++ b/rust/arduino/Cargo.toml @@ -5,7 +5,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" +panic-halt = "1.0.0" avr-device = { version = "0.5.4", features = ["atmega328p"] } arduino-hal = { git = "https://github.com/Rahix/avr-hal", features = ["arduino-uno"], rev = "1aacefb335517f85d0de858231e11055d9768cdf" } ufmt = "0.2.0" -- 2.47.0