diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-01-07 19:00:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-07 19:00:01 +0000 |
| commit | 2fecaeb0d0e560120bd7370308440ee05e704d4d (patch) | |
| tree | 269c44b2c10c436e5ca21acbe068be370d123526 | |
| parent | 92376401bbf8f3b83a1ca1694068a4735a3fe609 (diff) | |
| parent | d92ed4b00c09ea1d03faea00777008b2da0cfee0 (diff) | |
Merge pull request #3737 from embassy-rs/remove-patch
Remove useless patches in examples.
| -rw-r--r-- | examples/rp/Cargo.toml | 8 | ||||
| -rw-r--r-- | examples/rp23/Cargo.toml | 8 |
2 files changed, 0 insertions, 16 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" } | ||
diff --git a/examples/rp23/Cargo.toml b/examples/rp23/Cargo.toml index 68ceee933..7c94166bd 100644 --- a/examples/rp23/Cargo.toml +++ b/examples/rp23/Cargo.toml | |||
| @@ -66,11 +66,3 @@ debug = 2 | |||
| 66 | [profile.dev] | 66 | [profile.dev] |
| 67 | lto = true | 67 | lto = true |
| 68 | opt-level = "z" | 68 | opt-level = "z" |
| 69 | |||
| 70 | [patch.crates-io] | ||
| 71 | embassy-executor = { path = "../../embassy-executor" } | ||
| 72 | embassy-sync = { path = "../../embassy-sync" } | ||
| 73 | embassy-futures = { path = "../../embassy-futures" } | ||
| 74 | embassy-time = { path = "../../embassy-time" } | ||
| 75 | embassy-time-driver = { path = "../../embassy-time-driver" } | ||
| 76 | embassy-embedded-hal = { path = "../../embassy-embedded-hal" } | ||
