Skip to content

Commit b34f65f

Browse files
chore: release gateway 2.0.0
1 parent 2c30469 commit b34f65f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ethers-core = "2.0.14"
3535
events = { version = "^1.0.0", path = "packages/events" }
3636
events-derive = { version = "^1.0.0", path = "packages/events-derive" }
3737
evm-gateway = { version = "^1.0.0", path = "packages/evm-gateway" }
38-
gateway = { version = "^1.0.0", path = "contracts/gateway" }
38+
gateway = { version = "^2.0.0", path = "contracts/gateway" }
3939
gateway-api = { version = "^1.0.0", path = "packages/gateway-api" }
4040
goldie = { version = "0.5" }
4141
hex = "0.4.3"

contracts/gateway/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gateway"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
rust-version = { workspace = true }
55
edition = { workspace = true }
66
description = "Gateway contract"

0 commit comments

Comments
 (0)