Skip to content

Commit

Permalink
chore: release service-registry 0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelar DevOps committed May 14, 2024
1 parent 4751d81 commit a4fbec9
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 @@ -24,7 +24,7 @@ coordinator = { version = "^0.1.0", path = "contracts/coordinator" }
multisig = { version = "^0.2.0", path = "contracts/multisig" }
multisig-prover = { version = "^0.3.0", path = "contracts/multisig-prover" }
num-traits = { version = "0.2.14", default-features = false }
service-registry = { version = "^0.2.0", path = "contracts/service-registry" }
service-registry = { version = "^0.2.1", path = "contracts/service-registry" }
gateway = { version = "^0.2.0", path = "contracts/gateway" }
gateway-api = { version = "^0.1.0", path = "packages/gateway-api" }
router-api = { version = "^0.1.0", path = "packages/router-api" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/service-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "service-registry"
version = "0.2.0"
version = "0.2.1"
rust-version = { workspace = true }
edition = "2021"
description = "Contract handling the service registrations"
Expand Down

0 comments on commit a4fbec9

Please sign in to comment.