Skip to content

Commit

Permalink
Fix CI tests for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Nov 23, 2022
1 parent 44f01ea commit 2387a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions embedded-hal-nb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ repository = "https://github.com/rust-embedded/embedded-hal"
embedded-hal = { version = "=1.0.0-alpha.9", path = "../embedded-hal" }
nb = "1"

[dev-dependencies.stm32f1]
version = "0.15"
features = ["stm32f103", "rt"]
[dev-dependencies]
cortex-m-rt = "=0.7.1" # 0.7.2 bumped its MSRV higher than embedded-hal's
stm32f1 = { version = "0.15", features = ["stm32f103", "rt"] }

0 comments on commit 2387a5c

Please sign in to comment.