From aead7a903e61ec836740c6db575b4178dcb28455 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Sun, 21 Apr 2019 22:08:59 -0700 Subject: [PATCH] cargo: bump cortex-m version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index baf987f..c02b89b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/chrysn/efm32gg-hal" # documentation = "https://docs.rs/efm32gg-hal" # only to be advertised when actually useful [dependencies] -cortex-m = "0.5.2" +cortex-m = "0.7.0" # version is a wild guess. dependency on unproven features should only be # present if own unproven feature is active (but how do i do that?).