diff --git a/esp-hal-buzzer/Cargo.toml b/esp-hal-buzzer/Cargo.toml index e1b110b..d7ace0e 100644 --- a/esp-hal-buzzer/Cargo.toml +++ b/esp-hal-buzzer/Cargo.toml @@ -44,7 +44,3 @@ esp32h2 = ["esp-backtrace/esp32h2", "esp-hal/esp32h2", "esp-println/esp32h2"] esp32s2 = ["esp-backtrace/esp32s2", "esp-hal/esp32s2", "esp-println/esp32s2"] ## Target the ESP32-S3. esp32s3 = ["esp-backtrace/esp32s3", "esp-hal/esp32s3", "esp-println/esp32s3"] - -# Patch until next esp-hal release -[patch.crates-io] -esp-hal = { git = "https://github.com/esp-rs/esp-hal", rev = "a787a13" } diff --git a/esp-hal-smartled/Cargo.toml b/esp-hal-smartled/Cargo.toml index a1a7bf9..4fc1409 100644 --- a/esp-hal-smartled/Cargo.toml +++ b/esp-hal-smartled/Cargo.toml @@ -45,9 +45,3 @@ esp32h2 = ["esp-backtrace/esp32h2", "esp-hal/esp32h2", "esp-println/esp32h2"] esp32s2 = ["esp-backtrace/esp32s2", "esp-hal/esp32s2", "esp-println/esp32s2"] ## Target the ESP32-S3. esp32s3 = ["esp-backtrace/esp32s3", "esp-hal/esp32s3", "esp-println/esp32s3"] - -# TODO: Remove patches prior to next release -[patch.crates-io] -esp-backtrace = { git = "https://github.com/esp-rs/esp-hal", rev = "d44affc" } -esp-hal = { git = "https://github.com/esp-rs/esp-hal", rev = "d44affc" } -esp-println = { git = "https://github.com/esp-rs/esp-hal", rev = "d44affc" }