diff options
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/Cargo.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index 73ca4b5a5..f80ccbc0b 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -69,11 +69,3 @@ opt-level = 'z' | |||
| 69 | debug = 2 | 69 | debug = 2 |
| 70 | lto = true | 70 | lto = true |
| 71 | opt-level = "z" | 71 | opt-level = "z" |
| 72 | |||
| 73 | [patch.crates-io] | ||
| 74 | embassy-executor = { path = "../../embassy-executor" } | ||
| 75 | embassy-sync = { path = "../../embassy-sync" } | ||
| 76 | embassy-futures = { path = "../../embassy-futures" } | ||
| 77 | embassy-time = { path = "../../embassy-time" } | ||
| 78 | embassy-time-driver = { path = "../../embassy-time-driver" } | ||
| 79 | embassy-embedded-hal = { path = "../../embassy-embedded-hal" } | ||
