aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f3_blinky
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-05-31 18:01:36 +0000
committerGitHub <noreply@github.com>2023-05-31 18:01:36 +0000
commit781ed8a9cdbb72ab639e73f52219b7d96fa6ec86 (patch)
tree48d08d2e0f2ed3b4cdd501e02c64535791ca40bd /examples/stm32f3_blinky
parent01fa3f2e72196250e5552b204d2197583c231075 (diff)
parent963c8e340bcea8339a0bfda02c44dfbedde42383 (diff)
Merge #756
756: v2.0 release r=datdenkikniet a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> Co-authored-by: datdenkikniet <jcdra1@gmail.com>
Diffstat (limited to 'examples/stm32f3_blinky')
-rw-r--r--examples/stm32f3_blinky/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/stm32f3_blinky/Cargo.toml b/examples/stm32f3_blinky/Cargo.toml
index be4d03d..3773f0e 100644
--- a/examples/stm32f3_blinky/Cargo.toml
+++ b/examples/stm32f3_blinky/Cargo.toml
@@ -9,18 +9,18 @@ version = "0.1.0"
[dependencies.rtic]
path = "../../rtic"
-version = "=2.0.0-alpha.2"
+version = "2.0.0"
features = ["thumbv7-backend"]
[dependencies.rtic-monotonics]
path = "../../rtic-monotonics"
-version = "=1.0.0-alpha.2"
+version = "1.0.0"
features = ["cortex-m-systick"]
[dependencies]
embedded-hal = "0.2.7"
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
-rtt-target = { version = "0.3.1", features = ["cortex-m"] }
+rtt-target = { version = "0.4.0" }
[dependencies.stm32f3xx-hal]
features = ["stm32f303xc", "rt"]