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-rp | |
| parent | 74683c706bfc5654fa4f8331ce64c08b12b9765b (diff) | |
Release embassy-executor v0.3.1
Diffstat (limited to 'embassy-rp')
| -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 5760d10db..5dc15c732 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -94,5 +94,5 @@ pio = {version= "0.2.1" } | |||
| 94 | rp2040-boot2 = "0.3" | 94 | rp2040-boot2 = "0.3" |
| 95 | 95 | ||
| 96 | [dev-dependencies] | 96 | [dev-dependencies] |
| 97 | embassy-executor = { version = "0.3.0", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] } | 97 | embassy-executor = { version = "0.3.1", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] } |
| 98 | static_cell = "1.1" | 98 | static_cell = "1.1" |
