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]]
name = "bdk-ffi"
version = "0.28.0"
version = "0.29.0"
dependencies = [
"assert_matches",
"bdk",

View File

@ -1,14 +1,12 @@
[package]
name = "bdk-ffi"
version = "0.28.0"
version = "0.29.0"
authors = ["Steve Myers <steve@notmandatory.org>", "Sudarsan Balaji <sudarsan.balaji@artfuldev.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
[lib]
crate-type = ["lib", "staticlib", "cdylib"]
#crate-type = ["staticlib", "cdylib"]
#crate-type = ["cdylib"]
name = "bdkffi"
[[bin]]