Skip to content

Commit

Permalink
new windows path modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Jul 16, 2024
1 parent f7bbbb9 commit 9926375
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="81bc69a17d9d414940a6cf2df55dd3e696ce3b81" }
clap = {version = "4.5", features = ["cargo", "derive"]}
crossterm = "0.27.0"
dialoguer = { git = "https://github.com/Hahihula/dialoguer.git", branch = "folder-select", features = ["folder-select"] }
Expand Down

0 comments on commit 9926375

Please sign in to comment.