diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-02 21:50:18 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-08-05 08:56:29 +0200 |
| commit | 37d7b0cd06b7a5d952d2e7de173b10ab32d96c5a (patch) | |
| tree | b8d9ca9963e94aeaa80828bb05806baa979b0695 /embassy-rp | |
| parent | 61bda59d83b02b64a8a61807c949bec9990135c2 (diff) | |
prepare release embassy-executor
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 0d7ea1359..024bd0668 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -125,5 +125,5 @@ rp2040-boot2 = "0.3" | |||
| 125 | document-features = "0.2.7" | 125 | document-features = "0.2.7" |
| 126 | 126 | ||
| 127 | [dev-dependencies] | 127 | [dev-dependencies] |
| 128 | embassy-executor = { version = "0.5.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } | 128 | embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] } |
| 129 | static_cell = { version = "2" } | 129 | static_cell = { version = "2" } |
