Skip to content

Commit 22015fc

Browse files
Merge #332
332: Update common dependencies r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
2 parents 4050f1a + 7cefd64 commit 22015fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/ccm-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
cortex-m = "0.6.2"
1010
cortex-m-rt = "0.6.12"
1111
rtt-target = {version = "0.2.0", features = ["cortex-m"] }
12-
rand_core = "0.5.1"
12+
rand_core = "0.6.3"
1313

1414
nrf52810-hal = { path = "../../nrf52810-hal", features = ["rt"], optional = true }
1515
nrf52811-hal = { path = "../../nrf52811-hal", features = ["rt"], optional = true }

nrf-hal-common/Cargo.toml

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

2222
[dependencies]
23-
cortex-m = "0.6.2"
23+
cortex-m = "0.7.3"
2424
nb = "1.0.0"
2525
fixed = "1.0.0"
26-
rand_core = "0.5.1"
26+
rand_core = "0.6.3"
2727
cfg-if = "1.0.0"
2828
embedded-dma = "0.1.1"
2929

0 commit comments

Comments
 (0)