Skip to content

Commit

Permalink
Temp 3: upgrade uniffi 0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Sep 25, 2023
1 parent aba5278 commit 6b640fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ default = ["uniffi/cli"]
bdk = { git = "https://github.com/bitcoindevkit/bdk.git", rev = "59fc1b341ba94212b2ea3e888e51fb6fcd00589f", features = ["all-keys"] }
bdk_file_store = { git = "https://github.com/bitcoindevkit/bdk.git", rev = "59fc1b341ba94212b2ea3e888e51fb6fcd00589f" }
# bdk_chain = { git = "https://github.com/bitcoindevkit/bdk.git", rev = "59fc1b341ba94212b2ea3e888e51fb6fcd00589f" }
uniffi = { version = "0.23.0" }
uniffi = { version = "0.24.3" }

[build-dependencies]
uniffi = { version = "0.23.0", features = ["build"] }
uniffi = { version = "0.24.3", features = ["build"] }

[dev-dependencies]
uniffi = { version = "0.23.0", features = ["bindgen-tests"] }
uniffi = { version = "0.24.3", features = ["bindgen-tests"] }
assert_matches = "1.5.0"

0 comments on commit 6b640fb

Please sign in to comment.