From 243d3cece1a64958e1f03e1dfbfb152c9e22a0fc Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Sat, 18 Nov 2023 22:34:04 +0900 Subject: [PATCH] Delete patch.crates-io --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 12c98e0..56d779b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,6 @@ keywords = ["bluetooth", "ble", "esp32", "embedded", "async"] categories = ["embedded", "hardware-support"] documentation = "https://taks.github.io/esp32-nimble/esp32_nimble/index.html" -[patch.crates-io] -esp-idf-sys = { git = 'https://github.com/taks/esp-idf-sys.git', branch = 'fix-compile-error-for-esp32c6-with-nimble' } -esp-idf-hal = { git = 'https://github.com/esp-rs/esp-idf-hal.git', branch = 'master' } - [profile.release] opt-level = "s"