diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-29 16:37:07 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-29 17:01:36 +0100 |
| commit | 4634316749c41dd5d8cc2f316033c9098369ed2f (patch) | |
| tree | 1992bf003d6afcdeae926db2308f369bccfc42ea /embassy-time/Cargo.toml | |
| parent | 1b9925e3da0ec42b770f736cd22325203c97cb47 (diff) | |
Update embedded-(hal,io,nal).
Diffstat (limited to 'embassy-time/Cargo.toml')
| -rw-r--r-- | embassy-time/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 3cabb2371..570e0efa7 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -242,8 +242,8 @@ defmt = { version = "0.3", optional = true } | |||
| 242 | log = { version = "0.4.14", optional = true } | 242 | log = { version = "0.4.14", optional = true } |
| 243 | 243 | ||
| 244 | embedded-hal-02 = { package = "embedded-hal", version = "0.2.6" } | 244 | embedded-hal-02 = { package = "embedded-hal", version = "0.2.6" } |
| 245 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1", optional = true} | 245 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.2", optional = true} |
| 246 | embedded-hal-async = { version = "=1.0.0-rc.1", optional = true} | 246 | embedded-hal-async = { version = "=1.0.0-rc.2", optional = true} |
| 247 | 247 | ||
| 248 | futures-util = { version = "0.3.17", default-features = false } | 248 | futures-util = { version = "0.3.17", default-features = false } |
| 249 | critical-section = "1.1" | 249 | critical-section = "1.1" |
