Skip to content

Commit 8a35430

Browse files
committed
cargo: properly patch cortex-m in virtal manifest
Hopefully this will simplify cortex-m development a bit.
1 parent 5dd97b6 commit 8a35430

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ members = [
88

99
[patch.crates-io]
1010
include_dir = { version = "0.6.3-alpha.0", git = "https://github.com/tmplt/include_dir.git", branch = "feat/extract-overwrite" }
11+
cortex-m = { version = "0.7", git = "https://github.com/rtic-scope/cortex-m", branch = "rtic-scope" }

cargo-rtic-scope/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include_dir = "0.6.3-alpha.0"
3131
libloading = "0.7"
3232
rtic-syntax = "1.0.0"
3333
tempfile = "3"
34-
cortex-m = { version = "0.7", git = "https://github.com/rtic-scope/cortex-m", branch = "rtic-scope", default-features = false, features = ["serde", "std"]}
34+
cortex-m = { version = "0.7", default-features = false, features = ["serde", "std"]}
3535

3636
# Probe support
3737
probe-rs = { version = "0.12", git = "https://github.com/rtic-scope/probe-rs.git", branch = "feat/swo-read" }

cortex-m-rtic-trace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ homepage = "https://github.com/rtic-scope/cortex-m-rtic-trace"
99
license = "MIT OR Apache-2.0"
1010

1111
[dependencies]
12-
cortex-m = { version = "0.7.3", git = "https://github.com/rtic-scope/cortex-m.git", branch = "rtic-scope" }
12+
cortex-m = "0.7.3"
1313
rtic-trace-macros = { path = "macros", version = "0.0.0" }

0 commit comments

Comments
 (0)