Skip to content

Commit

Permalink
Merge pull request #4197 from anoma/mergify/bp/maint-libs-0.46/pr-4195
Browse files Browse the repository at this point in the history
deps: use published ethbridge crates (backport #4195)
  • Loading branch information
mergify[bot] authored Dec 19, 2024
2 parents 457e349 + 437916b commit 6bad02d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 20 deletions.
20 changes: 12 additions & 8 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ ed25519-consensus = "2.1.0"
either = "1.12.0"
escargot = "0.5.7"
ethabi = "18.0.0"
ethbridge-bridge-contract = {git = "https://github.com/heliaxdev/ethbridge-rs", tag = "v0.24.0"}
ethbridge-bridge-events = {git = "https://github.com/heliaxdev/ethbridge-rs", tag = "v0.24.0"}
ethbridge-events = {git = "https://github.com/heliaxdev/ethbridge-rs", tag = "v0.24.0"}
ethbridge-structs = { git = "https://github.com/heliaxdev/ethbridge-rs", tag = "v0.24.0" }
ethbridge-bridge-contract = "0.24.1"
ethbridge-bridge-events = "0.24.1"
ethbridge-events = "0.24.1"
ethbridge-structs = "0.24.1"
ethers = "2.0.0"
expectrl = "0.7.0"
eyre = "0.6.12"
Expand Down
15 changes: 9 additions & 6 deletions wasm/Cargo.lock

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

5 changes: 3 additions & 2 deletions wasm_for_tests/Cargo.lock

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

0 comments on commit 6bad02d

Please sign in to comment.