Update library version to 0.29.0

This commit is contained in:
thunderbiscuit 2023-06-15 10:15:23 -04:00
parent 25033f6bd6
commit 77f89afc68
No known key found for this signature in database
GPG Key ID: 88253696EB836462
2 changed files with 2 additions and 4 deletions

2
Cargo.lock generated
View File

@ -147,7 +147,7 @@ dependencies = [
[[package]] [[package]]
name = "bdk-ffi" name = "bdk-ffi"
version = "0.28.0" version = "0.29.0"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bdk", "bdk",

View File

@ -1,14 +1,12 @@
[package] [package]
name = "bdk-ffi" name = "bdk-ffi"
version = "0.28.0" version = "0.29.0"
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"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
[lib] [lib]
crate-type = ["lib", "staticlib", "cdylib"] crate-type = ["lib", "staticlib", "cdylib"]
#crate-type = ["staticlib", "cdylib"]
#crate-type = ["cdylib"]
name = "bdkffi" name = "bdkffi"
[[bin]] [[bin]]