Skip to content

Commit

Permalink
use the moonbeam-foundation org for the evm dependency
Browse files Browse the repository at this point in the history
this change applies only to this branch (moonbeam-polkadot-v0.9.43),
and it is done to avoid dependencies conflict in the moonbeam
repository that also uses moonbeam-foundation org for the evm
dependency.
  • Loading branch information
noandrea committed Aug 29, 2023
1 parent b1ef3fa commit a39b301
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ clap = { version = "4.3", features = ["derive", "deprecated"] }
environmental = { version = "1.1.4", default-features = false }
ethereum = { version = "0.14.0", default-features = false }
ethereum-types = { version = "0.14.1", default-features = false }
evm = { git = "https://github.com/rust-blockchain/evm", rev = "a33ac87ad7462b7e7029d12c385492b2a8311d1c", default-features = false }
evm = { git = "https://github.com/moonbeam-foundation/evm", rev = "a33ac87ad7462b7e7029d12c385492b2a8311d1c", default-features = false }
futures = "0.3.28"
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
hex-literal = "0.4.1"
Expand Down

0 comments on commit a39b301

Please sign in to comment.