File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " bitvmx-protocol-builder"
33description = " Library to build and manage Directed Acyclic Graphs (DAGs) of BitVMX pre-signed transactions"
4- version = " 0.5.4 "
4+ version = " 0.6.0 "
55edition = " 2021"
66authors = [" Diego Masini <diego.masini@gmail.com>" ]
77repository = " https://github.com/FairgateLabs/rust-bitvmx-protocol-builder"
@@ -28,9 +28,9 @@ bitcoincore-rpc = { version = "0.19.0" }
2828bitcoin-script = { git = " https://github.com/FairgateLabs/rust-bitcoin-script/" , branch = " v.0.0.2" }
2929bitcoin-scriptexec = { git = " https://github.com/FairgateLabs/rust-bitcoin-scriptexec/" , branch = " v.0.0.2" }
3030
31- bitvmx-key-manager = { git = " https://github.com/FairgateLabs/rust-bitvmx-key-manager.git" , tag = " v0.5.4 " }
32- bitvmx-bitcoin-rpc = { git = " https://github.com/FairgateLabs/rust-bitvmx-bitcoin-rpc.git" , tag = " v0.5.4 " }
33- rust-bitvmx-storage-backend = { git = " https://github.com/FairgateLabs/rust-bitvmx-storage-backend.git" , tag = " v0.5.4 " }
31+ bitvmx-key-manager = { git = " https://github.com/FairgateLabs/rust-bitvmx-key-manager.git" , tag = " v0.6.0 " }
32+ bitvmx-bitcoin-rpc = { git = " https://github.com/FairgateLabs/rust-bitvmx-bitcoin-rpc.git" , tag = " v0.6.0 " }
33+ rust-bitvmx-storage-backend = { git = " https://github.com/FairgateLabs/rust-bitvmx-storage-backend.git" , tag = " v0.6.0 " }
3434bitcoin-script-stack = { git = " https://github.com/FairgateLabs/rust-bitcoin-script-stack.git" , branch = " v2" }
3535bitcoin-script-functions = { git = " https://github.com/FairgateLabs/rust-bitcoin-script-functions.git" , branch = " v.0.0.1" }
3636redact = { version = " 0.1" , features = [" serde" , " zeroize" ] }
You can’t perform that action at this time.
0 commit comments