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 12, 2024
1 parent e966f99 commit a36d59b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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", 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"] }
Expand Down

0 comments on commit a36d59b

Please sign in to comment.