From 4c938d7c038864a55cf1c8fcfb59b73946e19bea Mon Sep 17 00:00:00 2001 From: Petr Gadorek Date: Thu, 14 Nov 2024 14:53:26 +0100 Subject: [PATCH] releaso commit v0.1.5 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c57e2db..a1dd841 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1649,7 +1649,7 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "idf-im-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "byte-unit", "clap", @@ -1677,7 +1677,7 @@ dependencies = [ [[package]] name = "idf-im-lib" version = "0.1.7" -source = "git+https://github.com/espressif/idf-im-lib.git?branch=master#98e7b899bc57b75c059d1b4611d37312a83f5b56" +source = "git+https://github.com/espressif/idf-im-lib.git?tag=v0.1.7#e20af7bcefc0b6f2387343cffb8f4c978ece3e8f" dependencies = [ "colored", "config", diff --git a/Cargo.toml b/Cargo.toml index ea2724d..201f7f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "idf-im-cli" -version = "0.1.4" +version = "0.1.5" 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", tag="v0.1.7" } 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"] }