aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-12-14 16:01:51 +0100
committerDario Nieuwenhuis <[email protected]>2023-12-14 16:19:32 +0100
commitd81395fab3c4e336650b0481790ecdab7d7aa13f (patch)
tree449a894b8564dde713fff1e83cd717d263327b96 /examples/nrf52840/Cargo.toml
parent2c3d3992200939f71708c8b47d839328dcb12098 (diff)
Update embedded-hal to 1.0.0-rc.3
Diffstat (limited to 'examples/nrf52840/Cargo.toml')
-rw-r--r--examples/nrf52840/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/nrf52840/Cargo.toml b/examples/nrf52840/Cargo.toml
index 65cd631f8..1c49c32e1 100644
--- a/examples/nrf52840/Cargo.toml
+++ b/examples/nrf52840/Cargo.toml
@@ -36,9 +36,9 @@ rand = { version = "0.8.4", default-features = false }
36embedded-storage = "0.3.1" 36embedded-storage = "0.3.1"
37usbd-hid = "0.6.0" 37usbd-hid = "0.6.0"
38serde = { version = "1.0.136", default-features = false } 38serde = { version = "1.0.136", default-features = false }
39embedded-hal = { version = "1.0.0-rc.2" } 39embedded-hal = { version = "1.0.0-rc.3" }
40embedded-hal-async = { version = "1.0.0-rc.2" } 40embedded-hal-async = { version = "1.0.0-rc.3" }
41embedded-hal-bus = { version = "0.1.0-rc.2", features = ["async"] } 41embedded-hal-bus = { version = "0.1.0-rc.3", features = ["async"] }
42num-integer = { version = "0.1.45", default-features = false } 42num-integer = { version = "0.1.45", default-features = false }
43microfft = "0.5.0" 43microfft = "0.5.0"
44 44