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
No known key found for this signature in database
GPG Key ID: 88253696EB836462
2 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "=1.0.45" # remove after upgrading to next version of uniffi
structopt = "0.3"
uniffi_bindgen = "=0.19.3"
uniffi_bindgen = "0.19.5"
camino = "1.0.9"

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,
)?;