From 77f89afc68c2d147bd483da7384576249c324923 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 15 Jun 2023 10:15:23 -0400 Subject: [PATCH] Update library version to 0.29.0 --- Cargo.lock | 2 +- bdk-ffi/Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bdb190..d0eec56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "bdk-ffi" -version = "0.28.0" +version = "0.29.0" dependencies = [ "assert_matches", "bdk", diff --git a/bdk-ffi/Cargo.toml b/bdk-ffi/Cargo.toml index c0cee48..150ef5b 100644 --- a/bdk-ffi/Cargo.toml +++ b/bdk-ffi/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "bdk-ffi" -version = "0.28.0" +version = "0.29.0" authors = ["Steve Myers ", "Sudarsan Balaji "] edition = "2018" license = "MIT OR Apache-2.0" [lib] crate-type = ["lib", "staticlib", "cdylib"] -#crate-type = ["staticlib", "cdylib"] -#crate-type = ["cdylib"] name = "bdkffi" [[bin]]