diff --git a/Cargo.lock b/Cargo.lock index 62a38ee..44ba243 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=3fef8596fbd9ec02c8c22fb0b59abb4e02bf0e7f#3fef8596fbd9ec02c8c22fb0b59abb4e02bf0e7f" dependencies = [ "colored", "config", diff --git a/Cargo.toml b/Cargo.toml index ea2724d..5299fbe 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="3fef8596fbd9ec02c8c22fb0b59abb4e02bf0e7f" } 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"] }