diff options
| author | Jesse Braham <[email protected]> | 2023-08-28 08:00:18 -0700 |
|---|---|---|
| committer | Jesse Braham <[email protected]> | 2023-08-28 08:00:18 -0700 |
| commit | 1f63bf4153b6ba4a915c0df22041f09adaaca400 (patch) | |
| tree | 6141f963b60a3e081ee9cb650a3ab7ffe4f20003 /embassy-executor/Cargo.toml | |
| parent | 88146eb53e40ea2ab43c2db77f3f62c6d08c9b36 (diff) | |
Release embassy-time v0.1.3
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 5bf68fc6b..35944625f 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -59,7 +59,7 @@ rtos-trace = { version = "0.1.2", optional = true } | |||
| 59 | 59 | ||
| 60 | futures-util = { version = "0.3.17", default-features = false } | 60 | futures-util = { version = "0.3.17", default-features = false } |
| 61 | embassy-macros = { version = "0.2.1", path = "../embassy-macros" } | 61 | embassy-macros = { version = "0.2.1", path = "../embassy-macros" } |
| 62 | embassy-time = { version = "0.1.2", path = "../embassy-time", optional = true} | 62 | embassy-time = { version = "0.1.3", path = "../embassy-time", optional = true} |
| 63 | atomic-polyfill = "1.0.1" | 63 | atomic-polyfill = "1.0.1" |
| 64 | critical-section = "1.1" | 64 | critical-section = "1.1" |
| 65 | static_cell = "1.1" | 65 | static_cell = "1.1" |
