From 8d68f0ef14b017bd3ce786c1da686426299aaf7f Mon Sep 17 00:00:00 2001 From: ju6ge Date: Fri, 20 Jun 2025 19:54:49 +0200 Subject: [PATCH] remove embassy references in Cargo.toml in newer esp-rust toolchains having these dependencies defiened leeds to compile errors. --- rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0fc0d3d..845c6a2 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -38,13 +38,13 @@ command = [ partition_table = "partitions.csv" [features] -default = ["std", "embassy", "esp-idf-svc/native"] +default = ["std", "esp-idf-svc/native"] pio = ["esp-idf-svc/pio"] std = ["alloc", "esp-idf-svc/binstart", "esp-idf-svc/std"] alloc = ["esp-idf-svc/alloc"] nightly = ["esp-idf-svc/nightly"] experimental = ["esp-idf-svc/experimental"] -embassy = ["esp-idf-svc/embassy-sync", "esp-idf-svc/critical-section", "esp-idf-svc/embassy-time-driver"] +#embassy = ["esp-idf-svc/embassy-sync", "esp-idf-svc/critical-section", "esp-idf-svc/embassy-time-driver"] [dependencies] #ESP stuff