From 4a43230d0825b50e283b86f7ef7b2e4c9f322caa Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Mon, 18 Jul 2022 14:45:44 -0700 Subject: [PATCH] hardlink esp idf to tag v4.4.1 --- sphinx-key/.cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-key/.cargo/config.toml b/sphinx-key/.cargo/config.toml index 0c5fa2d..d34d4dd 100644 --- a/sphinx-key/.cargo/config.toml +++ b/sphinx-key/.cargo/config.toml @@ -29,6 +29,6 @@ build-std-features = ["panic_immediate_abort"] # Required for older ESP-IDF vers [env] # Note: these variables are not used when using pio builder # Enables the esp-idf-sys "native" build feature (`cargo build --features native`) to build against ESP-IDF stable (v4.4) -ESP_IDF_VERSION = { value = "branch:release/v4.4" } +ESP_IDF_VERSION = { value = "tag:v4.4.1" } # Enables the esp-idf-sys "native" build feature (`cargo build --features native`) to build against ESP-IDF master (mainline) #ESP_IDF_VERSION = { value = "master" }