diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 73ca4b5a5d..f80ccbc0b1 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -69,11 +69,3 @@ opt-level = 'z'
 debug = 2
 lto = true
 opt-level = "z"
-
-[patch.crates-io]
-embassy-executor = { path = "../../embassy-executor" }
-embassy-sync = { path = "../../embassy-sync" }
-embassy-futures = { path = "../../embassy-futures" }
-embassy-time = { path = "../../embassy-time" }
-embassy-time-driver = { path = "../../embassy-time-driver" }
-embassy-embedded-hal = { path = "../../embassy-embedded-hal" }
diff --git a/examples/rp23/Cargo.toml b/examples/rp23/Cargo.toml
index 68ceee9333..7c94166bdf 100644
--- a/examples/rp23/Cargo.toml
+++ b/examples/rp23/Cargo.toml
@@ -66,11 +66,3 @@ debug = 2
 [profile.dev]
 lto = true
 opt-level = "z"
-
-[patch.crates-io]
-embassy-executor = { path = "../../embassy-executor" }
-embassy-sync = { path = "../../embassy-sync" }
-embassy-futures = { path = "../../embassy-futures" }
-embassy-time = { path = "../../embassy-time" }
-embassy-time-driver = { path = "../../embassy-time-driver" }
-embassy-embedded-hal = { path = "../../embassy-embedded-hal" }