aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-07 19:57:31 +0100
committerDario Nieuwenhuis <[email protected]>2025-01-07 19:58:02 +0100
commitd92ed4b00c09ea1d03faea00777008b2da0cfee0 (patch)
tree269c44b2c10c436e5ca21acbe068be370d123526 /examples
parent92376401bbf8f3b83a1ca1694068a4735a3fe609 (diff)
Remove useless patches in examples.
Diffstat (limited to 'examples')
-rw-r--r--examples/rp/Cargo.toml8
-rw-r--r--examples/rp23/Cargo.toml8
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'
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" }
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]
67lto = true 67lto = true
68opt-level = "z" 68opt-level = "z"
69
70[patch.crates-io]
71embassy-executor = { path = "../../embassy-executor" }
72embassy-sync = { path = "../../embassy-sync" }
73embassy-futures = { path = "../../embassy-futures" }
74embassy-time = { path = "../../embassy-time" }
75embassy-time-driver = { path = "../../embassy-time-driver" }
76embassy-embedded-hal = { path = "../../embassy-embedded-hal" }