Skip to content

Commit 63faadb

Browse files
authored
chore(deps): use tracing branch from luisschwab/Floresta (#20)
Use my fork's branch as a git dependency until getfloresta/Floresta#643 gets merged.
1 parent 72720b9 commit 63faadb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ rust-version = "1.74.1"
1212

1313
[dependencies]
1414
bdk_wallet = "2.2.0"
15-
floresta-chain = { git = "https://github.com/vinteumorg/Floresta.git", rev = "f1b61ff04237cd529cb88808500d44aec1b04009", features = ["flat-chainstore"] } # v0.8.0
16-
floresta-wire = { git = "https://github.com/vinteumorg/Floresta.git", rev = "f1b61ff04237cd529cb88808500d44aec1b04009" } # v0.8.0
15+
#floresta-chain = { git = "https://github.com/vinteumorg/Floresta.git", rev = "f1b61ff04237cd529cb88808500d44aec1b04009", features = ["flat-chainstore"] } # v0.8.0
16+
#floresta-wire = { git = "https://github.com/vinteumorg/Floresta.git", rev = "f1b61ff04237cd529cb88808500d44aec1b04009" } # v0.8.0
17+
floresta-chain = { git = "https://github.com/luisschwab/Floresta.git", branch = "feat/tracing-subscriber", features = ["flat-chainstore"] }
18+
floresta-wire = { git = "https://github.com/luisschwab/Floresta.git", branch = "feat/tracing-subscriber" }
1719
tokio = { version = "1.47.1", features = ["full"] }
1820
tracing = "0.1.41"
1921
tracing-subscriber = "0.3.20"

0 commit comments

Comments
 (0)