diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2024-01-29 20:56:15 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2024-02-27 12:22:18 +0100 |
| commit | 27985009579e82673dcaf7a6a715fcf50c184863 (patch) | |
| tree | 8ae8f1cc9e8c6d2c2581467a4a537d8b84ae6552 /examples/stm32f411_rtc_interrupt/Cargo.toml | |
| parent | d2e84799c743eeb4b827d8da576be45ed43d6ece (diff) | |
Make RTIC 2 work on stable by using `main`'s stack as an allocator
Diffstat (limited to 'examples/stm32f411_rtc_interrupt/Cargo.toml')
| -rw-r--r-- | examples/stm32f411_rtc_interrupt/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f411_rtc_interrupt/Cargo.toml b/examples/stm32f411_rtc_interrupt/Cargo.toml index 90053a2..e8ccbf2 100644 --- a/examples/stm32f411_rtc_interrupt/Cargo.toml +++ b/examples/stm32f411_rtc_interrupt/Cargo.toml @@ -18,8 +18,8 @@ defmt-rtt = { version = "0.4.0"} rtic-sync = "1.0.2" [dependencies.stm32f4xx-hal] -version = "0.18.0" -features = ["rt", "stm32f411"] # replace the model of your microcontroller here +version = "0.20.0" +features = ["stm32f411"] # replace the model of your microcontroller here # this lets you use `cargo fix`! [[bin]] |
