From 747c05f0d129585fd1b3f7899fe60e0c5f4c274c Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 17 Oct 2023 12:10:11 +0300 Subject: [PATCH] Fix a typo --- cmake/components/rust-{{project-name}}/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/components/rust-{{project-name}}/Cargo.toml b/cmake/components/rust-{{project-name}}/Cargo.toml index 768c54f..ecd4b36 100644 --- a/cmake/components/rust-{{project-name}}/Cargo.toml +++ b/cmake/components/rust-{{project-name}}/Cargo.toml @@ -18,7 +18,7 @@ opt-level = "z" {% if hal %} [features] {% if std %} -default = ["std", "embassy", "esp-idf-sys/native"] +default = ["std", "embassy", "esp-idf-svc/native"] {% else %} default = ["alloc", "embassy", "esp-idf-svc/native", "esp-idf-svc/panic_handler", "esp-idf-svc/alloc_handler", "esp-idf-svc/libstart"] {% endif %}