diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f7fecc5..751f058 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "MIT/Apache-2.0" description = "moshi, a real-time voice AI" diff --git a/rust/mimi-pyo3/Cargo.toml b/rust/mimi-pyo3/Cargo.toml index a1c7e2a..824cbdd 100644 --- a/rust/mimi-pyo3/Cargo.toml +++ b/rust/mimi-pyo3/Cargo.toml @@ -16,4 +16,4 @@ crate-type = ["cdylib"] anyhow = "1" numpy = "0.21.0" pyo3 = "0.21.0" -moshi = { path = "../moshi-core", version = "0.2.3" } +moshi = { path = "../moshi-core", version = "0.2.4" } diff --git a/rust/moshi-backend/Cargo.toml b/rust/moshi-backend/Cargo.toml index 505c8bc..b57f003 100644 --- a/rust/moshi-backend/Cargo.toml +++ b/rust/moshi-backend/Cargo.toml @@ -26,7 +26,7 @@ rcgen = "0.13.1" http = "1.1.0" lazy_static = "1.5.0" log = "0.4.20" -moshi = { path = "../moshi-core", version = "0.2.3" } +moshi = { path = "../moshi-core", version = "0.2.4" } ogg = { version = "0.9.1", features = ["async"] } opus = "0.3.0" rand = { version = "0.8.5", features = ["getrandom"] }