diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-12 20:23:20 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-12 21:05:32 +0200 |
| commit | c7b9060a7443cd004d366586c418a3d95bf3447a (patch) | |
| tree | 38483f5642f1364a9323fcf99a5bdf9434dd5df0 /embassy-nxp/Cargo.toml | |
| parent | ac46e28c4b4f025279d8974adfb6120c6740e44e (diff) | |
fix: prepare embassy-sync 0.7.1 release
* Add newtype for moved type to preserve API compat
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 cdfaee64d..3303cabdb 100644 --- a/embassy-nxp/Cargo.toml +++ b/embassy-nxp/Cargo.toml | |||
| @@ -18,7 +18,7 @@ cortex-m = "0.7.7" | |||
| 18 | cortex-m-rt = "0.7.0" | 18 | cortex-m-rt = "0.7.0" |
| 19 | critical-section = "1.1.2" | 19 | critical-section = "1.1.2" |
| 20 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } | 20 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } |
| 21 | embassy-sync = { version = "0.7.0", path = "../embassy-sync" } | 21 | embassy-sync = { version = "0.7.1", path = "../embassy-sync" } |
| 22 | defmt = { version = "1", optional = true } | 22 | defmt = { version = "1", optional = true } |
| 23 | log = { version = "0.4.27", optional = true } | 23 | log = { version = "0.4.27", optional = true } |
| 24 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } | 24 | embassy-time = { version = "0.4.0", path = "../embassy-time", optional = true } |
