Skip to content

Commit dad16b7

Browse files
committed
chore(deps): upgrade cortex-m to 0.7.4
This release includes [rust-embedded/cortex-m#372][1], which is necessary for compatibility with the current nightly compiler. [1]: rust-embedded/cortex-m#372
1 parent d5f5900 commit dad16b7

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

Cargo.lock

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-7
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,5 @@ git = "https://github.com/yvt/rust-riscv-rt.git"
4747
rev = "fea31dd51d255f4419246277497a9183e502cc9b"
4848
version = "0.6.2"
4949

50-
[patch.crates-io.cortex-m]
51-
# FIXME: Waiting for a version including
52-
# <https://github.com/rust-embedded/cortex-m/pull/372> to be released
53-
git = "https://github.com/rust-embedded/cortex-m.git"
54-
rev = "441cb87e4095eafbd8b170d8f0848b99fa1ec72e"
55-
version = "0.7.3"
56-
5750
[profile.release]
5851
debug = true

0 commit comments

Comments
 (0)