Skip to content

Commit

Permalink
v2.0.1: upgrade rustpotter fixes gain normalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
GiviMAD committed Jul 14, 2023
1 parent f1b1121 commit 972e0fa
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 68 deletions.
155 changes: 93 additions & 62 deletions binding/Cargo.lock

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

10 changes: 5 additions & 5 deletions binding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustpotter-java"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
description = "Java binding for Rustpotter, an open source wakeword spotter forged in rust."

Expand All @@ -9,12 +9,12 @@ description = "Java binding for Rustpotter, an open source wakeword spotter forg
crate-type = ["cdylib"]

[dependencies]
log = "^0.4.6"
rustpotter = { version = "2.0.0" }
log = "^0.4.19"
rustpotter = { version = "2.0.1" }

[build-dependencies]
flapigen = "0.6.0-pre13"
bindgen = { version = "0.64.0", default-features = false }
flapigen = "0.6.0"
bindgen = { version = "0.66.1", default-features = false }

[profile.release]
# Tell `rustc` to optimize for small code size.
Expand Down
Loading

0 comments on commit 972e0fa

Please sign in to comment.