diff --git a/Cargo.lock b/Cargo.lock index 5be630c49..034992204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3107,7 +3107,7 @@ dependencies = [ [[package]] name = "gateway" -version = "0.2.3" +version = "1.0.0" dependencies = [ "axelar-wasm-std", "axelar-wasm-std-derive", diff --git a/Cargo.toml b/Cargo.toml index d9ee71a8a..cd9560443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ msgs-derive = { version = "^1.0.0", path = "packages/msgs-derive" } multisig-prover = { version = "^0.6.0", path = "contracts/multisig-prover" } num-traits = { version = "0.2.14", default-features = false } service-registry = { version = "^1.0.0", path = "contracts/service-registry" } -gateway = { version = "^0.2.3", path = "contracts/gateway" } +gateway = { version = "^1.0.0", path = "contracts/gateway" } gateway-api = { version = "^1.0.0", path = "packages/gateway-api" } router-api = { version = "^1.0.0", path = "packages/router-api" } report = { version = "^1.0.0", path = "packages/report" } diff --git a/contracts/gateway/Cargo.toml b/contracts/gateway/Cargo.toml index d9cfd8830..06c1b86ef 100644 --- a/contracts/gateway/Cargo.toml +++ b/contracts/gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gateway" -version = "0.2.3" +version = "1.0.0" rust-version = { workspace = true } edition = "2021" description = "Gateway contract"