diff --git a/Cargo.toml b/Cargo.toml index d9eb03e..6fbbe38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-ffi" -version = "0.8.0" +version = "0.8.1" authors = ["Steve Myers ", "Sudarsan Balaji "] edition = "2018" diff --git a/bdk-ffi-bindgen/Cargo.toml b/bdk-ffi-bindgen/Cargo.toml index 71d1a42..7cbc75a 100644 --- a/bdk-ffi-bindgen/Cargo.toml +++ b/bdk-ffi-bindgen/Cargo.toml @@ -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.3" camino = "1.0.9"