Update Rust crate cortex-m-rt to 0.7.4
Some checks failed
Gavania Merge Build / Serial Reader (pull_request) Failing after 0s
Some checks failed
Gavania Merge Build / Serial Reader (pull_request) Failing after 0s
This commit is contained in:
parent
e11216d221
commit
ea0ef53d09
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ version = "0.1.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.7"
|
cortex-m = "0.7.7"
|
||||||
cortex-m-rt = "0.7.3"
|
cortex-m-rt = "0.7.4"
|
||||||
cortex-m-rtic = "1.1.4"
|
cortex-m-rtic = "1.1.4"
|
||||||
fugit = "0.3.7"
|
fugit = "0.3.7"
|
||||||
embedded-hal = { version = "0.2.7", features = ["unproven"] }
|
embedded-hal = { version = "0.2.7", features = ["unproven"] }
|
||||||
|
|
Loading…
Reference in a new issue