summaryrefslogtreecommitdiff
path: root/stm32-metapac
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-08-19 00:56:11 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-08-19 00:56:11 +0200
commitd3aeb45fb31f8fff7a9cfef7035f4ad79b70d046 (patch)
treefa746bedb224445457fc7e92703796bdd201ddbd /stm32-metapac
parentc0fb534a00165a008f47556d12abd58b6510a82c (diff)
downloadembassy-d3aeb45fb31f8fff7a9cfef7035f4ad79b70d046.zip
Update cortex-m-rt to v0.7 for stm32, rp.
Diffstat (limited to 'stm32-metapac')
-rw-r--r--stm32-metapac/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm32-metapac/Cargo.toml b/stm32-metapac/Cargo.toml
index fabd9566..894b101e 100644
--- a/stm32-metapac/Cargo.toml
+++ b/stm32-metapac/Cargo.toml
@@ -6,7 +6,7 @@ resolver = "2"
[dependencies]
cortex-m = "0.7.2"
-cortex-m-rt = { version = "0.6.8", optional = true }
+cortex-m-rt = { version = ">=0.6.15,<0.8", optional = true }
# BEGIN BUILD DEPENDENCIES
# These are removed when generating the pre-generated crate using the tool at gen/.