From 15f43cff697ca0b70d72fb64ab0f32eb31a165b0 Mon Sep 17 00:00:00 2001 From: Petr Gadorek Date: Tue, 12 Nov 2024 14:17:41 +0100 Subject: [PATCH] WIP fix powershell --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1dd841..34e109a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1677,7 +1677,7 @@ dependencies = [ [[package]] name = "idf-im-lib" version = "0.1.7" -source = "git+https://github.com/espressif/idf-im-lib.git?tag=v0.1.7#e20af7bcefc0b6f2387343cffb8f4c978ece3e8f" +source = "git+https://github.com/espressif/idf-im-lib.git?rev=b8594cf7fa2de17622d8e11f235dba1d99932e4d#b8594cf7fa2de17622d8e11f235dba1d99932e4d" dependencies = [ "colored", "config", @@ -1692,6 +1692,7 @@ dependencies = [ "serde_json", "sha2", "sys-info", + "tempfile", "tera", "tokio", "toml 0.8.19", diff --git a/Cargo.toml b/Cargo.toml index 201f7f6..666c85b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] tokio = {version = "1.37.0", features=["full"]} -idf-im-lib = { git = "https://github.com/espressif/idf-im-lib.git", tag="v0.1.7" } +idf-im-lib = { git = "https://github.com/espressif/idf-im-lib.git", rev="b8594cf7fa2de17622d8e11f235dba1d99932e4d" } clap = {version = "4.5", features = ["cargo", "derive", "color"]} crossterm = "0.27.0" dialoguer = { git = "https://github.com/Hahihula/dialoguer.git", branch = "folder-select", features = ["folder-select"] }