Skip to content

Commit

Permalink
releaso commit v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Nov 14, 2024
1 parent 7f4b508 commit 4c938d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "idf-im-cli"
version = "0.1.4"
version = "0.1.5"
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", tag="v0.1.7" }
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 4c938d7

Please sign in to comment.