From 28e0cba78fceacf61e8991ec21f6f2c31dd4a6fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 19:44:06 +0000 Subject: [PATCH] Update nb requirement from 0.1.2 to 1.0.0 Updates the requirements on [nb](https://github.com/rust-embedded/nb) to permit the latest version. - [Release notes](https://github.com/rust-embedded/nb/releases) - [Changelog](https://github.com/rust-embedded/nb/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/nb/compare/v0.1.2...v1.0.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 3fa53d85..3f40bae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ xmc4500 = { version = "0.3.1", optional = true } xmc4700 = { version = "0.3.1", optional = true } xmc4800 = { version = "0.2.1", optional = true } cortex-m = "0.6.1" -nb = "0.1.2" +nb = "1.0.0" cortex-m-rt = "0.6.10" [features]