diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-07-05 23:34:04 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-05 23:34:04 +0000 |
| commit | c421b7f5f0616e113c88d3e241de445f1e714f09 (patch) | |
| tree | 7f4c737b948b9ab550dac1822521a70f108104be /embassy-executor | |
| parent | 864202a23a1fa4362445d8f0b2fcda5003e38131 (diff) | |
| parent | d1372869813e268a19e83819c7f1a0631d2f24d1 (diff) | |
Merge pull request #1624 from embassy-rs/release-embassy-time-v0.1.2
Release embassy-time v0.1.2
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 1e5494ef8..590718e3e 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -61,8 +61,8 @@ log = { version = "0.4.14", optional = true } | |||
| 61 | rtos-trace = { version = "0.1.2", optional = true } | 61 | rtos-trace = { version = "0.1.2", optional = true } |
| 62 | 62 | ||
| 63 | futures-util = { version = "0.3.17", default-features = false } | 63 | futures-util = { version = "0.3.17", default-features = false } |
| 64 | embassy-macros = { version = "0.2.0", path = "../embassy-macros" } | 64 | embassy-macros = { version = "0.2.0", path = "../embassy-macros" } |
| 65 | embassy-time = { version = "0.1.0", path = "../embassy-time", optional = true} | 65 | embassy-time = { version = "0.1.2", path = "../embassy-time", optional = true} |
| 66 | atomic-polyfill = "1.0.1" | 66 | atomic-polyfill = "1.0.1" |
| 67 | critical-section = "1.1" | 67 | critical-section = "1.1" |
| 68 | static_cell = "1.1" | 68 | static_cell = "1.1" |
