diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-05-25 08:27:58 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-05-25 08:27:58 +0200 |
| commit | c3884e212c36d2a9cf260b1d9ae37c92b91ea73d (patch) | |
| tree | 85fd9265e25c818bc27025178b684e53e5c7995a /examples/stm32f3_blinky | |
| parent | 1e4977152a98e6f87cb75c611bdb9217cd59feb2 (diff) | |
v2.0 release
Diffstat (limited to 'examples/stm32f3_blinky')
| -rw-r--r-- | examples/stm32f3_blinky/Cargo.toml | 6 |
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"] |
