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-mspm0/Cargo.toml | |
| parent | 330f7d04682356848006c8636173f1f1c3100709 (diff) | |
chore: update to `embassy-hal-internal` v0.3.0
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml index 09bce9aa7..a2ecbc7db 100644 --- a/embassy-mspm0/Cargo.toml +++ b/embassy-mspm0/Cargo.toml | |||
| @@ -31,7 +31,7 @@ embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } | |||
| 31 | embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] } | 31 | embassy-time-driver = { version = "0.2", path = "../embassy-time-driver", optional = true, features = ["tick-hz-32_768"] } |
| 32 | embassy-time-queue-utils = { version = "0.1", path = "../embassy-time-queue-utils", optional = true } | 32 | embassy-time-queue-utils = { version = "0.1", path = "../embassy-time-queue-utils", optional = true } |
| 33 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 33 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
| 34 | embassy-hal-internal = { version = "0.2.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } | 34 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } |
| 35 | embassy-embedded-hal = { version = "0.3.0", path = "../embassy-embedded-hal", default-features = false } | 35 | embassy-embedded-hal = { version = "0.3.0", path = "../embassy-embedded-hal", default-features = false } |
| 36 | embassy-executor = { version = "0.7.0", path = "../embassy-executor", optional = true } | 36 | embassy-executor = { version = "0.7.0", path = "../embassy-executor", optional = true } |
| 37 | 37 | ||
