Skip to content

Commit

Permalink
Fix ral-registers version
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Jun 23, 2024
1 parent 0f9d8a2 commit 2ae8762
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ version = "0.5"
default-features = false
optional = true

# This is an indirect dependency through imxrt-ral;
# imxrt-ral depends on `ral-registers 0.1.0`,
# but we are using `ral-registers 0.1.2` features.
[dependencies.ral-registers]
version = "0.1.2"

#######################
# imxrt-rs dependencies
#######################
Expand Down

0 comments on commit 2ae8762

Please sign in to comment.