aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f3_blinky/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-23 19:58:08 +0000
committerGitHub <noreply@github.com>2023-04-23 19:58:08 +0000
commitcfac6d1d90f13f22bde849816919e42f4ecf9531 (patch)
tree1a0a892cdb1862a1196940692528438f813c0335 /examples/stm32f3_blinky/Cargo.toml
parentdf3d5a5e2ed8e410117709613ec2da756743321e (diff)
parentce3804dc9215cd6efc894f089bc3dcad29b8cace (diff)
Merge #744
744: Prepare release of rtic-monotonics with new eha version r=perlindgren a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'examples/stm32f3_blinky/Cargo.toml')
-rw-r--r--examples/stm32f3_blinky/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f3_blinky/Cargo.toml b/examples/stm32f3_blinky/Cargo.toml
index 02937e8..99f1009 100644
--- a/examples/stm32f3_blinky/Cargo.toml
+++ b/examples/stm32f3_blinky/Cargo.toml
@@ -14,7 +14,7 @@ features = ["thumbv7-backend"]
[dependencies.rtic-monotonics]
path = "../../rtic-monotonics"
-version = "=1.0.0-alpha.1"
+version = "=1.0.0-alpha.2"
features = ["cortex-m-systick"]
[dependencies]