diff options
| author | Matt Johnston <[email protected]> | 2025-05-22 11:42:15 +0800 |
|---|---|---|
| committer | Matt Johnston <[email protected]> | 2025-05-22 13:29:55 +0800 |
| commit | 5e49985ed678659e199c58c8100e3ed18d2f6227 (patch) | |
| tree | 7245b428454c0f2d4ae4c459d83c423d5f410ebe /embassy-nxp/Cargo.toml | |
| parent | 2f8a8e817c64dfa8d63b4a3ad43e650785698a5e (diff) | |
embassy-sync: bump to 0.7.0
Diffstat (limited to 'embassy-nxp/Cargo.toml')
| -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 86a989aa7..426af06a0 100644 --- a/embassy-nxp/Cargo.toml +++ b/embassy-nxp/Cargo.toml | |||
| @@ -8,7 +8,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.2.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } |
| 11 | embassy-sync = { version = "0.6.2", path = "../embassy-sync" } | 11 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } |
| 12 | lpc55-pac = "0.5.0" | 12 | lpc55-pac = "0.5.0" |
| 13 | defmt = { version = "1", optional = true } | 13 | defmt = { version = "1", optional = true } |
| 14 | 14 | ||
