Skip to content

Commit 93d2f44

Browse files
fixup! core: fixing the esplora error match
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 6eee955 commit 93d2f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ base64 = { version = "0.22.1", default-features = false, features = ["std"] }
7070
rand = "0.8.5"
7171
chrono = { version = "0.4", default-features = false, features = ["clock"] }
7272
tokio = { version = "1.37", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }
73-
esplora-client = { version = "0.9", default-features = false }
73+
esplora-client = { version = "0.10", default-features = false }
7474
libc = "0.2"
7575
uniffi = { version = "0.27.3", features = ["build"], optional = true }
7676
serde = { version = "1.0.210", default-features = false, features = ["std", "derive"] }

0 commit comments

Comments
 (0)