diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-26 17:38:34 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-09 23:37:14 +0100 |
| commit | c9ac39df9451e79958c5b9f40b9c8c982d10c241 (patch) | |
| tree | 72d07efe36fa9df91ba5f4214c5fe5a833d120c7 /cyw43/Cargo.toml | |
| parent | 49ee0564ed715edfc1c86c8cced57fd488f5c52a (diff) | |
Update embedded-hal to v1.0
Diffstat (limited to 'cyw43/Cargo.toml')
| -rw-r--r-- | cyw43/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml index 72faad805..1042f21bc 100644 --- a/cyw43/Cargo.toml +++ b/cyw43/Cargo.toml | |||
| @@ -23,7 +23,7 @@ cortex-m = "0.7.6" | |||
| 23 | cortex-m-rt = "0.7.0" | 23 | cortex-m-rt = "0.7.0" |
| 24 | futures = { version = "0.3.17", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] } | 24 | futures = { version = "0.3.17", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] } |
| 25 | 25 | ||
| 26 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-rc.3" } | 26 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| 27 | num_enum = { version = "0.5.7", default-features = false } | 27 | num_enum = { version = "0.5.7", default-features = false } |
| 28 | 28 | ||
| 29 | [package.metadata.embassy_docs] | 29 | [package.metadata.embassy_docs] |
