Skip to content

Commit

Permalink
Fix subcrates version
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidson-Souza committed Aug 28, 2023
1 parent 578b47f commit 6efc66b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/floresta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ keywords = ["bitcoin", "utreexo", "node", "blockchain", "rust"]
categories = ["bitcoin", "blockchain", "node"]

[dependencies]
floresta-common = { path = "../floresta-common" }
floresta-chain = { path = "../floresta-chain" }
floresta-wire = { path = "../floresta-wire" }
floresta-common = { path = "../floresta-common", version = "0.1.0" }
floresta-chain = { path = "../floresta-chain", version = "0.1.0" }
floresta-wire = { path = "../floresta-wire", version = "0.1.0" }
floresta-watch-only = { path = "../floresta-watch-only", features = [
"memory-database",
], optional = true }
floresta-electrum = { path = "../floresta-electrum", optional = true }
], optional = true, version = "0.1.0" }
floresta-electrum = { path = "../floresta-electrum", optional = true, version = "0.1.0" }

[dev-dependencies]
rustreexo = "0.1.0"
Expand Down

0 comments on commit 6efc66b

Please sign in to comment.