Skip to content

Commit

Permalink
Update tdk_wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Aug 19, 2024
1 parent 669167f commit c79034b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions tapyrus-wallet-ffi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tapyrus-wallet-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ default = ["uniffi/cli"]

[dependencies]
uniffi = { version = "=0.25.0" }
tdk_wallet = { git = "https://github.com/chaintope/tdk", branch = "use_only_spendable_output", subdirectory = "crates/wallet" }
tdk_sqlite = { git = "https://github.com/chaintope/tdk", branch = "use_only_spendable_output", subdirectory = "crates/sqlite" }
tdk_esplora = { git = "https://github.com/chaintope/tdk", branch = "use_only_spendable_output", subdirectory = "crates/esplora", features = ["blocking"] }
tdk_wallet = { git = "https://github.com/chaintope/tdk", branch = "for_test", subdirectory = "crates/wallet" }
tdk_sqlite = { git = "https://github.com/chaintope/tdk", branch = "for_test", subdirectory = "crates/sqlite" }
tdk_esplora = { git = "https://github.com/chaintope/tdk", branch = "for_test", subdirectory = "crates/esplora", features = ["blocking"] }

[build-dependencies]
uniffi = { version = "=0.25.0", features = ["build"] }
Expand Down

0 comments on commit c79034b

Please sign in to comment.