diff --git a/Cargo.toml b/Cargo.toml index 049ca5f..fc56a6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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'] } @@ -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'] }