diff options
| author | Dániel Buga <[email protected]> | 2024-11-06 13:56:55 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-11-06 13:58:02 +0100 |
| commit | 94659325ab7e61381b31a156e7fc61ac912c794c (patch) | |
| tree | aba37ae2a5c1d58635365f70c5111a7749b32476 /embassy-rp/Cargo.toml | |
| parent | 4136892f3f310ac9bdc569692f12a6beafe1475f (diff) | |
Prep executor 0.6.2
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 3e61641ff..4616116aa 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.1", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } | 150 | embassy-executor = { version = "0.6.2", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } |
| 151 | static_cell = { version = "2" } | 151 | static_cell = { version = "2" } |
