Skip to content

Commit

Permalink
fixed Cargo dependency for github
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Jun 25, 2024
1 parent d47d2bc commit d4a5b96
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 = "ssh://git@github.com/espressif/idf-im-lib.git", branch="master" }
idf-im-lib = { git = "https://github.com/espressif/idf-im-lib.git", branch="master" }
clap = {version = "4.5", features = ["cargo", "derive"]}
ratatui = "0.26.3"
crossterm = "0.27.0"
Expand Down

0 comments on commit d4a5b96

Please sign in to comment.