chore: bump library version to alpha.7

This commit is contained in:
thunderbiscuit 2024-03-26 10:39:16 -04:00
parent 61e58240fc
commit 738f53e991
No known key found for this signature in database
GPG Key ID: 88253696EB836462
2 changed files with 2 additions and 2 deletions

2
bdk-ffi/Cargo.lock generated
View File

@ -155,7 +155,7 @@ dependencies = [
[[package]] [[package]]
name = "bdk-ffi" name = "bdk-ffi"
version = "1.0.0-alpha.2" version = "1.0.0-alpha.7"
dependencies = [ dependencies = [
"assert_matches", "assert_matches",
"bdk", "bdk",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bdk-ffi" name = "bdk-ffi"
version = "1.0.0-alpha.2" version = "1.0.0-alpha.7"
homepage = "https://bitcoindevkit.org" homepage = "https://bitcoindevkit.org"
repository = "https://github.com/bitcoindevkit/bdk" repository = "https://github.com/bitcoindevkit/bdk"
edition = "2018" edition = "2018"