diff --git a/Cargo.lock b/Cargo.lock index f35a90234..751ac42a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3368,7 +3368,7 @@ dependencies = [ [[package]] name = "gateway" -version = "0.1.0" +version = "0.1.1" dependencies = [ "aggregate-verifier", "axelar-wasm-std", diff --git a/Cargo.toml b/Cargo.toml index 33af6b27d..4f7ce7546 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ multisig-prover = { version = "^0.1.0", path = "contracts/multisig-prover" } num-traits = { version = "0.2.14", default-features = false } service-registry = { version = "^0.1.0", path = "contracts/service-registry" } aggregate-verifier = { version = "^0.1.1", path = "contracts/aggregate-verifier" } -gateway = { version = "^0.1.0", path = "contracts/gateway" } +gateway = { version = "^0.1.1", path = "contracts/gateway" } gateway-api = { version = "^0.1.0", path = "packages/gateway-api" } router-api = { version = "^0.1.0", path = "packages/router-api" } report = { version = "^0.1.0", path = "packages/report" } diff --git a/contracts/gateway/Cargo.toml b/contracts/gateway/Cargo.toml index af19cc5b8..3c1794a66 100644 --- a/contracts/gateway/Cargo.toml +++ b/contracts/gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gateway" -version = "0.1.0" +version = "0.1.1" rust-version = { workspace = true } edition = "2021" description = "Gateway contract"