Skip to content

Commit b384be0

Browse files
committed
ci: bump cortex-m-rtic
Messed up with the lock file, so now rc.2 no longer builds. I'm guessing it's caused by relative pins in the crate, and not commit-accurate pins. The lock file can be removed when v0.6 releases.
1 parent b5b658e commit b384be0

File tree

8 files changed

+26
-82
lines changed

8 files changed

+26
-82
lines changed

.ci/expected/Cargo.lock

Lines changed: 19 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci/expected/manifests/cargo-error.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nb = "1"
2424
cortex-m = "0.7"
2525
cortex-m-rt = "0.6"
2626
panic-halt = "0.2"
27-
cortex-m-rtic = "=0.6.0-rc.2"
27+
cortex-m-rtic = "=0.6.0-rc.4"
2828
cortex-m-rtic-trace = { path = "invalid-path" }
2929
cortex-m-semihosting = "0.3.3"
3030

.ci/expected/manifests/general.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ nb = "1"
2626
cortex-m = "0.7"
2727
cortex-m-rt = "0.6"
2828
panic-halt = "0.2"
29-
cortex-m-rtic = "=0.6.0-rc.2"
29+
cortex-m-rtic = "=0.6.0-rc.4"
3030
cortex-m-rtic-trace = { path = "../../cortex-m-rtic-trace" }
3131
cortex-m-semihosting = "0.3.3"
3232

.ci/expected/manifests/missing-dwt-units.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nb = "1"
2424
cortex-m = "0.7"
2525
cortex-m-rt = "0.6"
2626
panic-halt = "0.2"
27-
cortex-m-rtic = "=0.6.0-rc.2"
27+
cortex-m-rtic = "=0.6.0-rc.4"
2828
cortex-m-rtic-trace = { path = "../../cortex-m-rtic-trace" }
2929
cortex-m-semihosting = "0.3.3"
3030

.ci/expected/manifests/missing-expect-malformed.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nb = "1"
2525
cortex-m = "0.7"
2626
cortex-m-rt = "0.6"
2727
panic-halt = "0.2"
28-
cortex-m-rtic = "=0.6.0-rc.2"
28+
cortex-m-rtic = "=0.6.0-rc.4"
2929
cortex-m-rtic-trace = { path = "../../cortex-m-rtic-trace" }
3030
cortex-m-semihosting = "0.3.3"
3131

.ci/expected/manifests/missing-lts-prescaler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nb = "1"
2525
cortex-m = "0.7"
2626
cortex-m-rt = "0.6"
2727
panic-halt = "0.2"
28-
cortex-m-rtic = "=0.6.0-rc.2"
28+
cortex-m-rtic = "=0.6.0-rc.4"
2929
cortex-m-rtic-trace = { path = "../../cortex-m-rtic-trace" }
3030
cortex-m-semihosting = "0.3.3"
3131

.ci/expected/manifests/missing-pac.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nb = "1"
2323
cortex-m = "0.7"
2424
cortex-m-rt = "0.6"
2525
panic-halt = "0.2"
26-
cortex-m-rtic = "=0.6.0-rc.2"
26+
cortex-m-rtic = "=0.6.0-rc.4"
2727
cortex-m-rtic-trace = { path = "../../cortex-m-rtic-trace" }
2828
cortex-m-semihosting = "0.3.3"
2929

.ci/expected/manifests/missing-tpiu.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nb = "1"
2424
cortex-m = "0.7"
2525
cortex-m-rt = "0.6"
2626
panic-halt = "0.2"
27-
cortex-m-rtic = "=0.6.0-rc.2"
27+
cortex-m-rtic = "=0.6.0-rc.4"
2828
cortex-m-rtic-trace = { path = "../../cortex-m-rtic-trace" }
2929
cortex-m-semihosting = "0.3.3"
3030

0 commit comments

Comments
 (0)