Skip to content

Commit

Permalink
Update RTIC version
Browse files Browse the repository at this point in the history
  • Loading branch information
Milton Eduardo Sosa authored and Milton Eduardo Sosa committed Jun 23, 2024
1 parent 374d02f commit 906ccce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stm32f411_adc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.1.0"
[dependencies]
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.1"
rtic = {version = "2.0.1", features=["thumbv7-backend", "rtic-monotonics"]}
rtic = {version = "2.1.1", features=["thumbv7-backend", "rtic-monotonics"]}
panic-halt = "0.2.0"
embedded-hal = "1.0.0"
defmt = "0.3.5"
Expand Down

0 comments on commit 906ccce

Please sign in to comment.