bump cortex-m-rt to 0.6.13+git
This commit is contained in:
parent
cd3cfa63e6
commit
9e66054d21
|
@ -151,6 +151,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cortex-m-rt"
|
name = "cortex-m-rt"
|
||||||
version = "0.6.13"
|
version = "0.6.13"
|
||||||
|
source = "git+https://github.com/rust-embedded/cortex-m-rt.git?rev=a2e3ad5#a2e3ad54478c6b98e519a1b0946395d790c0b6c7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cortex-m-rt-macros",
|
"cortex-m-rt-macros",
|
||||||
]
|
]
|
||||||
|
@ -158,6 +159,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cortex-m-rt-macros"
|
name = "cortex-m-rt-macros"
|
||||||
version = "0.6.11"
|
version = "0.6.11"
|
||||||
|
source = "git+https://github.com/rust-embedded/cortex-m-rt.git?rev=a2e3ad5#a2e3ad54478c6b98e519a1b0946395d790c0b6c7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|
|
@ -59,10 +59,8 @@ branch = "master"
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
|
|
||||||
[patch.crates-io.cortex-m-rt]
|
[patch.crates-io.cortex-m-rt]
|
||||||
path = "../cortex-m-rt"
|
git = "https://github.com/rust-embedded/cortex-m-rt.git"
|
||||||
# 0.6.13
|
rev = "a2e3ad5"
|
||||||
# git = "https://github.com/rust-embedded/cortex-m-rt.git"
|
|
||||||
# rev = "8c90451"
|
|
||||||
|
|
||||||
[patch.crates-io.miniconf]
|
[patch.crates-io.miniconf]
|
||||||
git = "https://github.com/quartiq/miniconf.git"
|
git = "https://github.com/quartiq/miniconf.git"
|
||||||
|
|
Loading…
Reference in New Issue