From 35f29fb2e724e70ff570e372891ed1705b68dd25 Mon Sep 17 00:00:00 2001 From: Frederick Vollbrecht Date: Thu, 20 Jun 2024 18:18:24 +0200 Subject: [PATCH] do not patch embedded-svc. We do not depend on it --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 38a996fda..bf457af7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,5 +65,4 @@ embedded-graphics = "0.7.1" [patch.crates-io] embuild ={ git = "https://github.com/esp-rs/embuild"} -esp-idf-sys ={ git = "https://github.com/esp-rs/esp-idf-sys"} -embedded-svc ={ git = "https://github.com/esp-rs/embedded-svc"} \ No newline at end of file +esp-idf-sys ={ git = "https://github.com/esp-rs/esp-idf-sys"} \ No newline at end of file