Update uniffi dependencies to 0.21.0

This commit is contained in:
Steve Myers
2022-10-21 12:39:31 -05:00
parent c7d0803000
commit b9aa0a2cf1
2 changed files with 4 additions and 4 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.20.0"
uniffi_bindgen = "0.21.0"
camino = "1.0.9"