We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4050f1a commit 7cefd64Copy full SHA for 7cefd64
examples/ccm-demo/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
9
cortex-m = "0.6.2"
10
cortex-m-rt = "0.6.12"
11
rtt-target = {version = "0.2.0", features = ["cortex-m"] }
12
-rand_core = "0.5.1"
+rand_core = "0.6.3"
13
14
nrf52810-hal = { path = "../../nrf52810-hal", features = ["rt"], optional = true }
15
nrf52811-hal = { path = "../../nrf52811-hal", features = ["rt"], optional = true }
nrf-hal-common/Cargo.toml
@@ -20,10 +20,10 @@ license = "MIT OR Apache-2.0"
20
edition = "2018"
21
22
[dependencies]
23
-cortex-m = "0.6.2"
+cortex-m = "0.7.3"
24
nb = "1.0.0"
25
fixed = "1.0.0"
26
27
cfg-if = "1.0.0"
28
embedded-dma = "0.1.1"
29
0 commit comments