From a36d59b4929935a363eb0e63eeff75298e3ed3da 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..4f50082 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=19ed6c13abe1edf0e3940d02036af14b7f67bff3#19ed6c13abe1edf0e3940d02036af14b7f67bff3" dependencies = [ "colored", "config", diff --git a/Cargo.toml b/Cargo.toml index ea2724d..7bdb982 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="19ed6c13abe1edf0e3940d02036af14b7f67bff3" } 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"] }