Update uniffi-bindgen to 0.19.5

This commit is contained in:
thunderbiscuit
2022-09-02 13:11:31 -04:00
parent 159e7ab4af
commit d447aac9ae
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ fn generate_bindings(opt: &Opt) -> anyhow::Result<(), anyhow::Error> {
None,
vec![opt.language.to_string().as_str()],
Some(out_dir),
None,
false,
)?;