Skip to content

Commit

Permalink
Merge pull request #150 from tuna2134/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
tuna2134 authored Dec 18, 2024
2 parents 593dbaf + de18846 commit 26aa4b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion sbv2_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ crate-type = ["cdylib"]
[dependencies]
anyhow.workspace = true
ndarray.workspace = true
pyo3 = { version = "0.22.0", features = ["anyhow"] }
pyo3 = { version = "0.23.0", features = ["anyhow"] }
sbv2_core = { version = "0.2.0-alpha2", path = "../sbv2_core" }
2 changes: 1 addition & 1 deletion sbv2_bindings/src/sbv2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl TTSModel {
..Default::default()
},
)?;
Ok(PyBytes::new_bound(py, &data))
Ok(PyBytes::new(py, &data))
}

fn unload(&mut self, ident: String) -> bool {
Expand Down

0 comments on commit 26aa4b7

Please sign in to comment.