Skip to content

Commit

Permalink
Merge #332
Browse files Browse the repository at this point in the history
332: Update common dependencies r=jonas-schievink a=jonas-schievink

bors r+

Co-authored-by: Jonas Schievink <[email protected]>
  • Loading branch information
bors[bot] and jonas-schievink authored Jul 4, 2021
2 parents 4050f1a + 7cefd64 commit 22015fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/ccm-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
cortex-m = "0.6.2"
cortex-m-rt = "0.6.12"
rtt-target = {version = "0.2.0", features = ["cortex-m"] }
rand_core = "0.5.1"
rand_core = "0.6.3"

nrf52810-hal = { path = "../../nrf52810-hal", features = ["rt"], optional = true }
nrf52811-hal = { path = "../../nrf52811-hal", features = ["rt"], optional = true }
Expand Down
4 changes: 2 additions & 2 deletions nrf-hal-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]
cortex-m = "0.6.2"
cortex-m = "0.7.3"
nb = "1.0.0"
fixed = "1.0.0"
rand_core = "0.5.1"
rand_core = "0.6.3"
cfg-if = "1.0.0"
embedded-dma = "0.1.1"

Expand Down

0 comments on commit 22015fc

Please sign in to comment.