Skip to content

Commit

Permalink
Merge branch 'main' into md-ethereum-erc20-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
mertwole committed Sep 24, 2024
2 parents e3e6e97 + dd927c9 commit 0eceb4f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ gear-wasm-builder = { version = "=1.5.0", default-features = false }
gsdk = "=1.5.0"
gclient = "=1.5.0"
gear-core = "=1.5.0"
gear-wasm-instrument = "=1.5.0"
gbuiltin-bls381 = { git = "https://github.com/gear-tech/gear.git", tag = "v1.5.0" }
gbuiltin-eth-bridge = { git = "https://github.com/gear-tech/gear.git", tag = "v1.5.0" }
pallet-gear-eth-bridge-rpc-runtime-api = { git = "https://github.com/gear-tech/gear.git", tag = "v1.5.0", default-features = false, features = [
Expand Down
1 change: 1 addition & 0 deletions gear-programs/bridging-payment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parity-scale-codec.workspace = true
scale-info.workspace = true
gstd.workspace = true
gbuiltin-eth-bridge.workspace = true
gear-wasm-instrument.workspace = true

[build-dependencies]
git-download.workspace = true
Expand Down
1 change: 1 addition & 0 deletions gear-programs/checkpoint-light-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition.workspace = true

[dependencies]
gstd = { workspace = true, features = ["debug"] }
gear-wasm-instrument.workspace = true
primitive-types.workspace = true
parity-scale-codec.workspace = true
checkpoint_light_client-io.workspace = true
Expand Down
1 change: 1 addition & 0 deletions gear-programs/proof-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition.workspace = true

[dependencies]
gstd.workspace = true
gear-wasm-instrument.workspace = true
parity-scale-codec.workspace = true
scale-info.workspace = true
thiserror.workspace = true
Expand Down
1 change: 1 addition & 0 deletions gear-programs/vft-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parity-scale-codec.workspace = true
scale-info.workspace = true
gstd.workspace = true
gbuiltin-eth-bridge.workspace = true
gear-wasm-instrument.workspace = true

[build-dependencies]
git-download.workspace = true
Expand Down
1 change: 1 addition & 0 deletions gear-programs/vft-treasury/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parity-scale-codec.workspace = true
scale-info.workspace = true
gstd = { workspace = true, features = ["debug"] }
gbuiltin-eth-bridge.workspace = true
gear-wasm-instrument.workspace = true

[build-dependencies]
git-download.workspace = true
Expand Down

0 comments on commit 0eceb4f

Please sign in to comment.