Skip to content

Commit 7a92039

Browse files
committed
refactor: remove features from bdk_redb dep
wallet is a default feature :)
1 parent 952b568 commit 7a92039

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
@@ -27,7 +27,7 @@ bdk_bitcoind_rpc = { version = "0.20.0", optional = true }
2727
bdk_electrum = { version = "0.23.0", optional = true }
2828
bdk_esplora = { version = "0.22.0", features = ["async-https", "tokio"], optional = true }
2929
bdk_kyoto = { version = "0.11.0", optional = true }
30-
bdk_redb = { git = "https://github.com/110CodingP/bdk_redb", features = ["wallet"], optional = true }
30+
bdk_redb = { git = "https://github.com/110CodingP/bdk_redb", optional = true }
3131
shlex = { version = "1.3.0", optional = true }
3232
tracing = "0.1.41"
3333
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)