bump cortex-m-rt to 0.6.13+git

master
Robert Jördens 2021-04-29 16:39:01 +02:00
parent cd3cfa63e6
commit 9e66054d21
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -151,6 +151,7 @@ dependencies = [
[[package]]
name = "cortex-m-rt"
version = "0.6.13"
source = "git+https://github.com/rust-embedded/cortex-m-rt.git?rev=a2e3ad5#a2e3ad54478c6b98e519a1b0946395d790c0b6c7"
dependencies = [
"cortex-m-rt-macros",
]
@ -158,6 +159,7 @@ dependencies = [
[[package]]
name = "cortex-m-rt-macros"
version = "0.6.11"
source = "git+https://github.com/rust-embedded/cortex-m-rt.git?rev=a2e3ad5#a2e3ad54478c6b98e519a1b0946395d790c0b6c7"
dependencies = [
"proc-macro2",
"quote",

View File

@ -59,10 +59,8 @@ branch = "master"
cc = "1.0"
[patch.crates-io.cortex-m-rt]
path = "../cortex-m-rt"
# 0.6.13
# git = "https://github.com/rust-embedded/cortex-m-rt.git"
# rev = "8c90451"
git = "https://github.com/rust-embedded/cortex-m-rt.git"
rev = "a2e3ad5"
[patch.crates-io.miniconf]
git = "https://github.com/quartiq/miniconf.git"