Skip to content

Commit 5120391

Browse files
author
Axelar DevOps
committed
chore: release multisig 0.2.1 [skip ci]
1 parent 9aef056 commit 5120391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ integration-tests = { version = "^0.1.0", path = "integration-tests" }
2121
itertools = "0.11.0"
2222
voting-verifier = { version = "^0.3.0", path = "contracts/voting-verifier" }
2323
coordinator = { version = "^0.1.0", path = "contracts/coordinator" }
24-
multisig = { version = "^0.2.0", path = "contracts/multisig" }
24+
multisig = { version = "^0.2.1", path = "contracts/multisig" }
2525
multisig-prover = { version = "^0.3.0", path = "contracts/multisig-prover" }
2626
num-traits = { version = "0.2.14", default-features = false }
2727
service-registry = { version = "^0.2.1", path = "contracts/service-registry" }

contracts/multisig/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multisig"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
rust-version = { workspace = true }
55
edition = "2021"
66
description = "Multisig contract"

0 commit comments

Comments
 (0)