Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jun 19, 2019
1 parent 1e0ccbe commit 7e3158f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 37 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -4,7 +4,7 @@ description = "Rust bindings to Mozilla's DeepSpeech STT implementation"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/deepspeech"
repository = "https://github.com/RustAudio/deepspeech-rs"
version = "0.3.0"
version = "0.4.0"
authors = ["est31 <MTest31@outlook.com>"]
readme = "README.md"

Expand All @@ -13,5 +13,5 @@ audrey = "0.2"

[dependencies]
libc = "0.2"
deepspeech-sys = { path = "sys" }
#deepspeech-sys = { path = "sys", version = "0.5.0" }
#deepspeech-sys = { path = "sys" }
deepspeech-sys = "0.5.0"
79 changes: 47 additions & 32 deletions sys/Cargo.lock

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

0 comments on commit 7e3158f

Please sign in to comment.