From 51ecbebf2b3377c80439704cf9a69d85e6fb58a3 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 | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62a38ee..ad49bdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1677,7 +1677,7 @@ dependencies = [ [[package]] name = "idf-im-lib" version = "0.1.6" -source = "git+https://github.com/espressif/idf-im-lib.git?branch=master#1687f0174db8125d9c44544446ccb3cfc3094cd5" +source = "git+https://github.com/espressif/idf-im-lib.git?rev=6f875427bd93414fb920a5842a6be049bc16a417#6f875427bd93414fb920a5842a6be049bc16a417" dependencies = [ "colored", "config", diff --git a/Cargo.toml b/Cargo.toml index ea2724d..2830e3f 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", branch="master" } +idf-im-lib = { git = "https://github.com/espressif/idf-im-lib.git", rev="6f875427bd93414fb920a5842a6be049bc16a417" } 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"] }