Skip to content

Commit 4424115

Browse files
author
James Munns
committed
Update dependency for example
1 parent 9bbef41 commit 4424115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wdt-demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
cortex-m = "0.6.2"
1212
cortex-m-rtic = "0.5.3"
1313
rtt-target = {version = "0.2.0", features = ["cortex-m"] }
14-
nrf52840-hal = { version = "0.10", features = ["rt"], path = "../../nrf52840-hal" }
14+
nrf52840-hal = { version = "0.11", features = ["rt"], path = "../../nrf52840-hal" }
1515

1616
[dependencies.embedded-hal]
1717
version = "0.2.3"

0 commit comments

Comments
 (0)