From fec67b7622208774ccb169acaeb55ed6aef39c2a Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 28 Oct 2021 14:21:57 -0700 Subject: [PATCH] Update bdk dependency to 0.13.0 --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b8512b1..1f15400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,13 +9,10 @@ edition = "2018" crate-type = ["staticlib", "cdylib"] [dependencies] -bdk = { version = "^0.12.1-dev", features = ["all-keys", "use-esplora-ureq"] } +bdk = { version = "0.13", features = ["all-keys", "use-esplora-ureq"] } uniffi_macros = "0.14.1" uniffi = "0.14.1" thiserror = "1.0" [build-dependencies] uniffi_build = "0.14.1" - -[patch.crates-io] -bdk = { git = "https://github.com/artfuldev/bdk.git", branch = "use-send-and-sync-on-memory-database" }