chore: update library version to 0.30.0

This commit is contained in:
thunderbiscuit 2023-09-06 10:18:08 -04:00
parent 85f220b953
commit e6500baae7
No known key found for this signature in database
GPG Key ID: 88253696EB836462
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bdk-ffi" name = "bdk-ffi"
version = "0.29.0" version = "0.30.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"