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-nxp | |
| parent | 330f7d04682356848006c8636173f1f1c3100709 (diff) | |
chore: update to `embassy-hal-internal` v0.3.0
Diffstat (limited to 'embassy-nxp')
| -rw-r--r-- | embassy-nxp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nxp/Cargo.toml b/embassy-nxp/Cargo.toml index 18e9d989c..01f57c4e2 100644 --- a/embassy-nxp/Cargo.toml +++ b/embassy-nxp/Cargo.toml | |||
| @@ -7,7 +7,7 @@ edition = "2021" | |||
| 7 | cortex-m = "0.7.7" | 7 | cortex-m = "0.7.7" |
| 8 | cortex-m-rt = "0.7.0" | 8 | cortex-m-rt = "0.7.0" |
| 9 | critical-section = "1.1.2" | 9 | critical-section = "1.1.2" |
| 10 | embassy-hal-internal = { version = "0.2.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } | 10 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } |
| 11 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } | 11 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } |
| 12 | defmt = { version = "1", optional = true } | 12 | defmt = { version = "1", optional = true } |
| 13 | 13 | ||
