Skip to content

Commit

Permalink
release_v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Oct 18, 2024
1 parent 929a1e9 commit ab4d6c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 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.0"
version = "0.1.3"
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.2" }
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
2 changes: 0 additions & 2 deletions src/wizard/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ use dialoguer::{theme::ColorfulTheme, Confirm, Input, MultiSelect, Select};
use indicatif::{ProgressBar, ProgressState, ProgressStyle};
use log::debug;
use rust_i18n::t;
use std::sync::mpsc;
use std::thread;
use std::{
fmt::Write,
time::{Duration, Instant},
Expand Down

0 comments on commit ab4d6c6

Please sign in to comment.