Skip to content

Commit

Permalink
Attempt to fix min-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Jun 23, 2024
1 parent d454d1e commit 62662d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ imxrt-ral = "0.5.3"
cortex-m = "0.7.7"
embedded-io = "0.6.1"

# Fix for min-versions.
# TODO: remove once unnecessary.
ral-registers = ">= 0.1.3"

[dev-dependencies]
teensy4-bsp = { version = "0.5.0", features = ["rt"] }
teensy4-panic = { version = "0.2.3", default-features = false }
Expand Down

0 comments on commit 62662d1

Please sign in to comment.