Skip to content

Commit

Permalink
WIP fix powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Nov 15, 2024
1 parent f9b87ca commit 15f43cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 15f43cf

Please sign in to comment.