fix version

This commit is contained in:
tuna2134
2024-09-12 00:15:33 +00:00
parent 39df391b20
commit a6f0d8021a
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1752,7 +1752,7 @@ dependencies = [
[[package]]
name = "sbv2_core"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"anyhow",
"dotenvy",

View File

@@ -9,7 +9,7 @@ axum = "0.7.5"
dotenvy.workspace = true
env_logger = "0.11.5"
log = "0.4.22"
sbv2_core = { version = "0.1.0", path = "../sbv2_core" }
sbv2_core = { version = "0.1.1", path = "../sbv2_core" }
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }

View File

@@ -26,6 +26,7 @@ fn sdp_default() -> f32 {
fn length_default() -> f32 {
1.0
}
#[derive(Deserialize)]
struct SynthesizeRequest {
text: String,