From a35f17801baed530a2a2b8611097405b97f6a8d6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2020 14:46:18 +0000 Subject: [PATCH] Update xmc4400 requirement from 0.3.1 to 0.4.0 Updates the requirements on [xmc4400](https://github.com/xmc-rs/xmc4400) to permit the latest version. - [Release notes](https://github.com/xmc-rs/xmc4400/releases) - [Commits](https://github.com/xmc-rs/xmc4400/compare/v0.3.1...v0.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a02d5a62..c372ab1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ features = ["xmc41xx"] xmc4100 = { version = "0.4.0", optional = true } xmc4200 = { version = "0.2.1", optional = true } xmc4300 = { version = "0.1.1", optional = true } -xmc4400 = { version = "0.3.1", optional = true } +xmc4400 = { version = "0.4.0", optional = true } xmc4500 = { version = "0.3.1", optional = true } xmc4700 = { version = "0.3.1", optional = true } xmc4800 = { version = "0.2.1", optional = true }