Skip to content

Commit c08102e

Browse files
committed
Sort dependencies.
1 parent ccca311 commit c08102e

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

nrf-hal-common/Cargo.toml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ license = "MIT OR Apache-2.0"
2020
edition = "2018"
2121

2222
[dependencies]
23-
cortex-m = "0.7.7"
24-
nb = "1.1.0"
25-
fixed = "1.25.1"
26-
rand_core = "0.6.4"
2723
cfg-if = "1.0.0"
24+
cortex-m = "0.7.7"
2825
embedded-dma = "0.2.0"
26+
embedded-hal = "1.0.0"
27+
embedded-io = "0.6.1"
2928
embedded-storage = "0.3.1"
29+
fixed = "1.25.1"
30+
nb = "1.1.0"
31+
rand_core = "0.6.4"
3032

3133
[dependencies.void]
3234
default-features = false
@@ -86,12 +88,6 @@ features = ["unproven"]
8688
version = "0.2.7"
8789
optional = true
8890

89-
[dependencies.embedded-hal]
90-
version = "1.0.0"
91-
92-
[dependencies.embedded-io]
93-
version = "0.6.1"
94-
9591
[dependencies.rtic-monotonic]
9692
version = "1.0.0"
9793
optional = true
@@ -112,4 +108,4 @@ doc = []
112108
5340-app = ["nrf5340-app-pac"]
113109
5340-net = ["nrf5340-net-pac"]
114110
9160 = ["nrf9160-pac"]
115-
monotonic = ["rtic-monotonic","fugit"]
111+
monotonic = ["rtic-monotonic", "fugit"]

0 commit comments

Comments
 (0)