bump cortex-m-rt to 0.6.13+git
This commit is contained in:
parent
cd3cfa63e6
commit
9e66054d21
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue