diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-01 00:17:44 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-01 00:17:44 +0100 |
| commit | dd6a29adb2b503520f7db28e50563f41cf1f4730 (patch) | |
| tree | 37c2ee71f0b645681522228a15734ac3171b3a8a /embassy-time | |
| parent | 74683c706bfc5654fa4f8331ce64c08b12b9765b (diff) | |
Release embassy-executor v0.3.1
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 8b5d31ee1..76008f0a1 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -258,4 +258,4 @@ wasm-timer = { version = "0.2.5", optional = true } | |||
| 258 | [dev-dependencies] | 258 | [dev-dependencies] |
| 259 | serial_test = "0.9" | 259 | serial_test = "0.9" |
| 260 | critical-section = { version = "1.1", features = ["std"] } | 260 | critical-section = { version = "1.1", features = ["std"] } |
| 261 | embassy-executor = { version = "0.3.0", path = "../embassy-executor", features = ["nightly"] } | 261 | embassy-executor = { version = "0.3.1", path = "../embassy-executor", features = ["nightly"] } |
