Skip to content

Commit

Permalink
chore: release voting-verifier 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
interoplabs-ci committed Nov 19, 2024
1 parent eb8b89e commit 1779251
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 @@ -73,7 +73,7 @@ tofn = { version = "1.1" }
tokio = "1.38.0"
tokio-stream = "0.1.11"
tokio-util = "0.7.11"
voting-verifier = { version = "^1.0.0", path = "contracts/voting-verifier" }
voting-verifier = { version = "^1.1.0", path = "contracts/voting-verifier" }
axelar-core-std = { version = "^1.0.0", path = "packages/axelar-core-std" }

[workspace.lints.clippy]
Expand Down
2 changes: 1 addition & 1 deletion contracts/voting-verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "voting-verifier"
version = "1.0.0"
version = "1.1.0"
rust-version = { workspace = true }
edition = { workspace = true }
description = "Voting verifier contract"
Expand Down

0 comments on commit 1779251

Please sign in to comment.