diff options
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 789e3ab05..3e37a8cd1 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.1" } | 26 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-rc.2" } |
| 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] |
