diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-14 11:46:23 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-14 11:46:47 +0200 |
| commit | 64e1a806fae3a54dcd5009c46e8ab7e66ba1add8 (patch) | |
| tree | 93d3497d29711788f9ff7c643bea99c6c5c82ae3 /embassy-rp | |
| parent | 330f7d04682356848006c8636173f1f1c3100709 (diff) | |
chore: update to `embassy-hal-internal` v0.3.0
Diffstat (limited to 'embassy-rp')
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 5df9e154c..f09b32a7a 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -141,7 +141,7 @@ embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", option | |||
| 141 | embassy-time-queue-utils = { version = "0.1", path = "../embassy-time-queue-utils", optional = true } | 141 | embassy-time-queue-utils = { version = "0.1", path = "../embassy-time-queue-utils", optional = true } |
| 142 | embassy-time = { version = "0.4.0", path = "../embassy-time" } | 142 | embassy-time = { version = "0.4.0", path = "../embassy-time" } |
| 143 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 143 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
| 144 | embassy-hal-internal = { version = "0.2.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } | 144 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } |
| 145 | embassy-embedded-hal = { version = "0.3.0", path = "../embassy-embedded-hal" } | 145 | embassy-embedded-hal = { version = "0.3.0", path = "../embassy-embedded-hal" } |
| 146 | embassy-usb-driver = { version = "0.1.0", path = "../embassy-usb-driver" } | 146 | embassy-usb-driver = { version = "0.1.0", path = "../embassy-usb-driver" } |
| 147 | atomic-polyfill = "1.0.1" | 147 | atomic-polyfill = "1.0.1" |
