Skip to content

Commit be46dd1

Browse files
committed
Fix rtic example build by updating to newer pre-release
1 parent 40e271c commit be46dd1

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
@@ -59,8 +59,8 @@ panic-probe = "0.2.0"
5959
panic-semihosting = "0.5.6"
6060
usbd-serial = "0.1.1"
6161
usb-device = "0.2.8"
62-
cortex-m-rtic = "=0.6.0-alpha.5"
63-
dwt-systick-monotonic = "=0.1.0-alpha.3"
62+
cortex-m-rtic = "=0.6.0-rc.2"
63+
dwt-systick-monotonic = "=0.1.0-rc.1"
6464
panic-rtt-target = { version = "0.1", features = ["cortex-m"] }
6565
rtt-target = { version = "0.3.0", features = ["cortex-m"] }
6666

0 commit comments

Comments
 (0)