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
commit 726808f85d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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