From cca0ed363cc359d72b5a1c51b20d531905f1e9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 19:11:42 +0000 Subject: [PATCH] Bump cortex-m from 0.6.7 to 0.7.2 Bumps [cortex-m](https://github.com/rust-embedded/cortex-m) from 0.6.7 to 0.7.2. - [Release notes](https://github.com/rust-embedded/cortex-m/releases) - [Changelog](https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/cortex-m/compare/v0.6.7...v0.7.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d303c17..d470837 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,7 +710,7 @@ name = "radio-sx127x" version = "0.11.0" dependencies = [ "bitflags", - "cortex-m 0.6.7", + "cortex-m 0.7.2", "cortex-m-rt", "cortex-m-semihosting", "driver-cp2130", diff --git a/Cargo.toml b/Cargo.toml index de39f02..c95c1c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ version = "0.8.0-alpha.2" default-features = false [dev-dependencies] # for examples -cortex-m = "0.6.7" +cortex-m = "0.7.2" cortex-m-rt = "0.6.13" cortex-m-semihosting = "0.3.7" panic-halt = "0.2.0"