From d92ed4b00c09ea1d03faea00777008b2da0cfee0 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Tue, 7 Jan 2025 19:57:31 +0100 Subject: Remove useless patches in examples. --- examples/rp/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'examples/rp') 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' 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" } -- cgit