diff --git a/Cargo.lock b/Cargo.lock index 1c43cc9ea..069e2d229 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7576,7 +7576,7 @@ dependencies = [ [[package]] name = "service-registry" -version = "0.2.0" +version = "0.2.1" dependencies = [ "axelar-wasm-std", "axelar-wasm-std-derive", diff --git a/Cargo.toml b/Cargo.toml index d95839f46..4aebe318f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/contracts/service-registry/Cargo.toml b/contracts/service-registry/Cargo.toml index bb48cd4ae..4f06fdf93 100644 --- a/contracts/service-registry/Cargo.toml +++ b/contracts/service-registry/Cargo.toml @@ -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"