Skip to content

Commit 516ede5

Browse files
committed
Fix rtic example build by updating to newer pre-release
1 parent f60b7dc commit 516ede5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ panic-probe = "0.2.0"
5858
panic-semihosting = "0.5.6"
5959
usbd-serial = "0.1.1"
6060
usb-device = "0.2.8"
61-
cortex-m-rtic = "=0.6.0-alpha.5"
62-
dwt-systick-monotonic = "=0.1.0-alpha.3"
61+
cortex-m-rtic = "=0.6.0-rc.2"
62+
dwt-systick-monotonic = "=0.1.0-rc.1"
6363
panic-rtt-target = { version = "0.1", features = ["cortex-m"] }
6464
rtt-target = { version = "0.3.0", features = ["cortex-m"] }
6565

0 commit comments

Comments
 (0)