From e6f6e933030435ee16fb809a90a46f54959fffea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:09:15 +0000 Subject: [PATCH] fix(deps): update rust crate xmc4200 to 0.11.0 (#234) 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 7c471bb4..ff5ce367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ features = ["xmc4100"] [dependencies] xmc4100 = { version = "0.11.1", optional = true } -xmc4200 = { version = "0.9.0", optional = true } +xmc4200 = { version = "0.11.0", optional = true } xmc4300 = { version = "0.8.0", optional = true } xmc4400 = { version = "0.9.0", optional = true } xmc4500 = { version = "0.9.0", optional = true }