diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-14 18:47:15 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-15 18:44:01 +0100 |
| commit | 1f9b649f80b52323be3e16fff064e1aec77d5ae8 (patch) | |
| tree | 035103099a8bf1f81fd80b95f0d6d75f6c333bd0 /embassy-time/Cargo.toml | |
| parent | bef9b7a8539c3dddb1cf6ab46db161f1ca56b1a1 (diff) | |
executor: release v0.3.3
Diffstat (limited to 'embassy-time/Cargo.toml')
| -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 37b79d0cd..3cabb2371 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.1", path = "../embassy-executor", features = ["nightly"] } | 261 | embassy-executor = { version = "0.3.3", path = "../embassy-executor", features = ["nightly"] } |
