Skip to content

Commit 3bcb99d

Browse files
diondokterhannobraun
authored andcommitted
Updated dependencies
1 parent d106076 commit 3bcb99d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nrf-hal-common/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition = "2018"
2020

2121
[dependencies]
2222
cortex-m = "0.6.2"
23-
nb = "0.1.2"
23+
nb = "1.0.0"
2424
fpa = "0.1.0"
2525
rand_core = "0.5.1"
2626
cfg-if = "0.1.10"
@@ -55,11 +55,11 @@ version = "0.9.0"
5555

5656
[dependencies.nrf9160-pac]
5757
optional = true
58-
version = "0.2.0"
58+
version = "0.2.1"
5959

6060
[dependencies.embedded-hal]
6161
features = ["unproven"]
62-
version = "0.2.3"
62+
version = "0.2.4"
6363

6464
[features]
6565
doc = []

0 commit comments

Comments
 (0)