diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-11-12 17:48:36 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-11-12 18:07:50 +0100 |
| commit | 796f6c034a148e1fedb3196a2c73a155f5d0545f (patch) | |
| tree | 4bc0bd4af6167d135f305924c5e73bfd09709299 /embassy-rp/Cargo.toml | |
| parent | 11a8d7795ec6fbbc4fedb7d60bc0e0f63453bbbb (diff) | |
Release embassy-executor 0.6.3.
Diffstat (limited to 'embassy-rp/Cargo.toml')
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 4616116aa..401ecd215 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -147,5 +147,5 @@ rp-binary-info = { version = "0.1.0", optional = true } | |||
| 147 | smart-leds = "0.4.0" | 147 | smart-leds = "0.4.0" |
| 148 | 148 | ||
| 149 | [dev-dependencies] | 149 | [dev-dependencies] |
| 150 | embassy-executor = { version = "0.6.2", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } | 150 | embassy-executor = { version = "0.6.3", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } |
| 151 | static_cell = { version = "2" } | 151 | static_cell = { version = "2" } |
