Skip to content

Commit

Permalink
bump libmacchina to v0.6.1
Browse files Browse the repository at this point in the history
- This dependency bump bundles a bugfix that addresses shell-nesting
  causing terminal information to be incorrect.
  • Loading branch information
grtcdr committed Aug 10, 2021
1 parent a8a6f77 commit 25940ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README_CARGO.md"
build = "build.rs"

[dependencies]
libmacchina = "0.6.0"
libmacchina = "0.6.1"
bytesize = "1.0.1"
clap = "2.33.3"
tui = { version = "0.15.0", default-features = false, features = ['crossterm'] }
Expand All @@ -29,7 +29,7 @@ serde_json = "1.0.64"
google_speech = { version = "0.1.0" , optional = true }

[build-dependencies]
libmacchina = "0.6.0"
libmacchina = "0.6.1"
bytesize = "1.0.1"
clap = "2.33.3"
tui = { version = "0.15.0", default-features = false, features = ['crossterm'] }
Expand Down

0 comments on commit 25940ef

Please sign in to comment.