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-rp | |
| parent | 0568738f77d090d5d326abadd366a66aa4088ccd (diff) | |
Bump executor crate version to 0.3.0
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 b9ebcc866..60143c2b9 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -95,5 +95,5 @@ pio = {version= "0.2.1" } | |||
| 95 | rp2040-boot2 = "0.3" | 95 | rp2040-boot2 = "0.3" |
| 96 | 96 | ||
| 97 | [dev-dependencies] | 97 | [dev-dependencies] |
| 98 | embassy-executor = { version = "0.2.0", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] } | 98 | embassy-executor = { version = "0.3.0", path = "../embassy-executor", features = ["nightly", "arch-std", "executor-thread"] } |
| 99 | static_cell = "1.1" | 99 | static_cell = "1.1" |
