11[package ]
22name = " bitvmx-protocol-builder"
33description = " Library to build and manage Directed Acyclic Graphs (DAGs) of BitVMX pre-signed transactions"
4- version = " 0.6.0 "
4+ version = " 0.6.1 "
55edition = " 2021"
66authors = [" Diego Masini <diego.masini@gmail.com>" ]
77repository = " https://github.com/FairgateLabs/rust-bitvmx-protocol-builder"
@@ -28,10 +28,10 @@ bitcoincore-rpc = { version = "0.19.0" }
2828bitcoin-script = { git = " https://github.com/FairgateLabs/rust-bitcoin-script/" , tag = " v0.6.0" }
2929bitcoin-scriptexec = { git = " https://github.com/FairgateLabs/rust-bitcoin-scriptexec/" , tag = " v0.6.0" }
3030
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 " }
34- bitvmx-settings = { git = " https://github.com/FairgateLabs/rust-bitvmx-settings.git" , tag = " v0.6.0 " }
31+ bitvmx-key-manager = { git = " https://github.com/FairgateLabs/rust-bitvmx-key-manager.git" , tag = " v0.6.1 " }
32+ bitvmx-bitcoin-rpc = { git = " https://github.com/FairgateLabs/rust-bitvmx-bitcoin-rpc.git" , tag = " v0.6.1 " }
33+ rust-bitvmx-storage-backend = { git = " https://github.com/FairgateLabs/rust-bitvmx-storage-backend.git" , tag = " v0.6.1 " }
34+ bitvmx-settings = { git = " https://github.com/FairgateLabs/rust-bitvmx-settings.git" , tag = " v0.6.1 " }
3535bitcoin-script-stack = { git = " https://github.com/FairgateLabs/rust-bitcoin-script-stack.git" , tag = " v0.6.0" }
3636bitcoin-script-functions = { git = " https://github.com/FairgateLabs/rust-bitcoin-script-functions.git" , tag = " v0.6.0" }
3737redact = { version = " 0.1" , features = [" serde" , " zeroize" ] }
0 commit comments