11[package ]
22name = " floresta"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44authors = [" Davidson Souza <davidson.lucas.souza@outlook.com>" ]
55edition = " 2021"
66description = """
@@ -23,11 +23,11 @@ keywords = ["bitcoin", "utreexo", "node", "blockchain", "rust"]
2323categories = [" cryptography::cryptocurrencies" ]
2424
2525[dependencies ]
26- floresta-common = { path = " ../floresta-common" , version = " 0.2 .0" }
27- floresta-chain = { path = " ../floresta-chain" , version = " 0.2 .0" }
28- floresta-wire = { path = " ../floresta-wire" , version = " 0.2 .0" }
29- floresta-watch-only = { path = " ../floresta-watch-only" , optional = true , version = " 0.2 .0" }
30- floresta-electrum = { path = " ../floresta-electrum" , optional = true , version = " 0.2 .0" }
26+ floresta-common = { path = " ../floresta-common" , version = " 0.3 .0" }
27+ floresta-chain = { path = " ../floresta-chain" , version = " 0.3 .0" }
28+ floresta-wire = { path = " ../floresta-wire" , version = " 0.3 .0" }
29+ floresta-watch-only = { path = " ../floresta-watch-only" , optional = true , version = " 0.3 .0" }
30+ floresta-electrum = { path = " ../floresta-electrum" , optional = true , version = " 0.3 .0" }
3131
3232[dev-dependencies ]
3333rustreexo = " 0.3.0"
@@ -38,7 +38,7 @@ bitcoin = { version = "0.32", features = [
3838 " bitcoinconsensus" ,
3939], default-features =false }
4040
41- floresta = { version = " 0.2 .0" , path = " ../floresta" , features = [
41+ floresta = { version = " 0.3 .0" , path = " ../floresta" , features = [
4242 " bitcoinconsensus" ,
4343 " memory-database" ,
4444 " electrum-server" ,
0 commit comments