Skip to content

Commit

Permalink
chore: release multisig-prover 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
interoplabs-ci committed Nov 21, 2024
1 parent 3f86c95 commit 7d715f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ k256 = { version = "0.13.1", features = ["ecdsa"] }
mockall = "0.12.1"
msgs-derive = { version = "^1.0.0", path = "packages/msgs-derive" }
multisig = { version = "^1.1.1", path = "contracts/multisig" }
multisig-prover = { version = "^1.1.0", path = "contracts/multisig-prover" }
multisig-prover = { version = "^1.1.1", path = "contracts/multisig-prover" }
num-traits = { version = "0.2.14", default-features = false }
quote = "1.0.36"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion contracts/multisig-prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multisig-prover"
version = "1.1.0"
version = "1.1.1"
rust-version = { workspace = true }
edition = { workspace = true }
description = "Multisig prover contract"
Expand Down

0 comments on commit 7d715f8

Please sign in to comment.