diff options
| author | Dániel Buga <[email protected]> | 2023-08-23 20:34:37 +0200 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2023-08-23 20:34:37 +0200 |
| commit | a2c718f61c0587e19d10c5c86ff4cd79272e2b87 (patch) | |
| tree | 5e3ed84067e2701aeefc97802a0813e91cdb7135 /embassy-time/Cargo.toml | |
| parent | 0568738f77d090d5d326abadd366a66aa4088ccd (diff) | |
Bump executor crate version to 0.3.0
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 ec1f2ec3f..00d31d30f 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -169,4 +169,4 @@ wasm-timer = { version = "0.2.5", optional = true } | |||
| 169 | [dev-dependencies] | 169 | [dev-dependencies] |
| 170 | serial_test = "0.9" | 170 | serial_test = "0.9" |
| 171 | critical-section = { version = "1.1", features = ["std"] } | 171 | critical-section = { version = "1.1", features = ["std"] } |
| 172 | embassy-executor = { version = "0.2.0", path = "../embassy-executor", features = ["nightly"] } | 172 | embassy-executor = { version = "0.3.0", path = "../embassy-executor", features = ["nightly"] } |
