From 558d5cba6987c483380c585795bc1c2b13143365 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 21:28:32 +0000 Subject: [PATCH] fix(deps): update rust crate xmc4400 to 0.6.0 (#154) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d53c1a3..f0336609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ features = ["xmc41xx"] xmc4100 = { version = "0.6.0", optional = true } xmc4200 = { version = "0.6.0", optional = true } xmc4300 = { version = "0.5.0", optional = true } -xmc4400 = { version = "0.5.0", optional = true } +xmc4400 = { version = "0.6.0", optional = true } xmc4500 = { version = "0.6.0", optional = true } xmc4700 = { version = "0.5.0", optional = true } xmc4800 = { version = "0.6.0", optional = true }