diff options
| author | Dániel Buga <[email protected]> | 2024-11-06 13:56:55 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-11-06 13:58:02 +0100 |
| commit | 94659325ab7e61381b31a156e7fc61ac912c794c (patch) | |
| tree | aba37ae2a5c1d58635365f70c5111a7749b32476 /embassy-time | |
| parent | 4136892f3f310ac9bdc569692f12a6beafe1475f (diff) | |
Prep executor 0.6.2
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 dc3561145..0e61434f1 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -431,4 +431,4 @@ wasm-timer = { version = "0.2.5", optional = true } | |||
| 431 | [dev-dependencies] | 431 | [dev-dependencies] |
| 432 | serial_test = "0.9" | 432 | serial_test = "0.9" |
| 433 | critical-section = { version = "1.1", features = ["std"] } | 433 | critical-section = { version = "1.1", features = ["std"] } |
| 434 | embassy-executor = { version = "0.6.1", path = "../embassy-executor" } | 434 | embassy-executor = { version = "0.6.2", path = "../embassy-executor" } |
