Compare commits

...

3 Commits

Author SHA1 Message Date
thunderbiscuit
726808f85d Merge pull request #191 from thunderbiscuit/release/0.8
Create patch `0.8.1` that pins the uniffi-bindgen dependency
2022-08-30 16:14:15 -04:00
thunderbiscuit
811405879d Bump version to 0.8.1 2022-08-30 11:58:22 -04:00
thunderbiscuit
bcc6c0f0e8 Pin version of uniffi-bindgen in bdk-ffi-bindgen tool (#189) 2022-08-30 11:56:52 -04:00
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"