Skip to content

Commit 8c6ef44

Browse files
committed
Bump version to 0.6.1
1 parent 78ab5e0 commit 8c6ef44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bitvmx-protocol-builder"
33
description = "Library to build and manage Directed Acyclic Graphs (DAGs) of BitVMX pre-signed transactions"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
edition = "2021"
66
authors = ["Diego Masini <diego.masini@gmail.com>"]
77
repository = "https://github.com/FairgateLabs/rust-bitvmx-protocol-builder"
@@ -28,10 +28,10 @@ bitcoincore-rpc = { version = "0.19.0" }
2828
bitcoin-script = { git = "https://github.com/FairgateLabs/rust-bitcoin-script/", tag = "v0.6.0" }
2929
bitcoin-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" }
3535
bitcoin-script-stack = { git = "https://github.com/FairgateLabs/rust-bitcoin-script-stack.git", tag = "v0.6.0" }
3636
bitcoin-script-functions = { git = "https://github.com/FairgateLabs/rust-bitcoin-script-functions.git", tag = "v0.6.0" }
3737
redact = { version = "0.1", features = ["serde", "zeroize"] }

0 commit comments

Comments
 (0)