From befb56dd9a4934580aa5766fd8d24c49169b34e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:32:32 +0000 Subject: [PATCH] fix(deps): update rust crate xmc4800 to 0.11.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69009295..d948a01a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ xmc4300 = { version = "0.10.1", optional = true } xmc4400 = { version = "0.9.0", optional = true } xmc4500 = { version = "0.11.1", optional = true } xmc4700 = { version = "0.10.1", optional = true } -xmc4800 = { version = "0.9.0", optional = true } +xmc4800 = { version = "0.11.1", optional = true } cortex-m = { version = "0.7.7", features = ['critical-section-single-core'] } nb = "1.1.0" cortex-m-rt = "0.7.4"