Merge pull request #191 from thunderbiscuit/release/0.8

Create patch `0.8.1` that pins the uniffi-bindgen dependency
This commit is contained in:
thunderbiscuit
2022-08-30 16:14:15 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "bdk-ffi"
version = "0.8.0"
version = "0.8.1"
authors = ["Steve Myers <steve@notmandatory.org>", "Sudarsan Balaji <sudarsan.balaji@artfuldev.com>"]
edition = "2018"

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.3"
camino = "1.0.9"