aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-07 19:00:01 +0000
committerGitHub <[email protected]>2025-01-07 19:00:01 +0000
commit2fecaeb0d0e560120bd7370308440ee05e704d4d (patch)
tree269c44b2c10c436e5ca21acbe068be370d123526 /examples/rp
parent92376401bbf8f3b83a1ca1694068a4735a3fe609 (diff)
parentd92ed4b00c09ea1d03faea00777008b2da0cfee0 (diff)
Merge pull request #3737 from embassy-rs/remove-patch
Remove useless patches in examples.
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml8
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'
69debug = 2 69debug = 2
70lto = true 70lto = true
71opt-level = "z" 71opt-level = "z"
72
73[patch.crates-io]
74embassy-executor = { path = "../../embassy-executor" }
75embassy-sync = { path = "../../embassy-sync" }
76embassy-futures = { path = "../../embassy-futures" }
77embassy-time = { path = "../../embassy-time" }
78embassy-time-driver = { path = "../../embassy-time-driver" }
79embassy-embedded-hal = { path = "../../embassy-embedded-hal" }