diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-31 10:32:01 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-31 10:33:14 +0200 |
| commit | 3f1ddaf60e8fe2ce330ab7d5fefdf4814348df9e (patch) | |
| tree | 89c6f4e85da6ba69b3d72d12f565959cb5ef438b /embassy-time | |
| parent | e145a653cf9d31f101b0735406b8b7c9208bc1da (diff) | |
chore: prepare embassy-executor 0.8 release
Diffstat (limited to 'embassy-time')
| -rw-r--r-- | embassy-time/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 2284906b0..618c6f518 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -441,4 +441,4 @@ wasm-timer = { version = "0.2.5", optional = true } | |||
| 441 | [dev-dependencies] | 441 | [dev-dependencies] |
| 442 | serial_test = "0.9" | 442 | serial_test = "0.9" |
| 443 | critical-section = { version = "1.1", features = ["std"] } | 443 | critical-section = { version = "1.1", features = ["std"] } |
| 444 | embassy-executor = { version = "0.7.0", path = "../embassy-executor" } | 444 | embassy-executor = { version = "0.8.0", path = "../embassy-executor" } |
