Skip to content

Commit 12f482a

Browse files
committed
cargo: pin cortex-m from rust-embedded instead
rust-embedded/cortex-m#363 and rust-embedded/cortex-m#342 have been merged.
1 parent 8fc5ddc commit 12f482a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

itm/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ optional = true
2727

2828
[dependencies.cortex-m]
2929
version = "0.7"
30-
git = "https://github.com/rtic-scope/cortex-m"
31-
branch = "itm-rewrite"
30+
git = "https://github.com/rust-embedded/cortex-m"
3231
features = ["serde"]

0 commit comments

Comments
 (0)