Skip to content

Commit

Permalink
Sort dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed May 23, 2024
1 parent ccca311 commit eab70d9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions nrf-hal-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
cortex-m = "0.7.7"
nb = "1.1.0"
fixed = "1.25.1"
rand_core = "0.6.4"
cfg-if = "1.0.0"
cortex-m = "0.7.7"
embedded-dma = "0.2.0"
embedded-hal = "1.0.0"
embedded-io = "0.6.1"
embedded-storage = "0.3.1"
fixed = "1.25.1"
nb = "1.1.0"
rand_core = "0.6.4"

[dependencies.void]
default-features = false
Expand Down Expand Up @@ -86,12 +88,6 @@ features = ["unproven"]
version = "0.2.7"
optional = true

[dependencies.embedded-hal]
version = "1.0.0"

[dependencies.embedded-io]
version = "0.6.1"

[dependencies.rtic-monotonic]
version = "1.0.0"
optional = true
Expand Down

0 comments on commit eab70d9

Please sign in to comment.