Skip to content

Commit

Permalink
chore ethers version + meta data for engine
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJepsen committed Jan 11, 2024
1 parent 1f20d55 commit 37c9b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ path = "bin/main.rs"
[workspace.dependencies]
arbiter-bindings = { version = "*", path = "./arbiter-bindings" }
arbiter-core = { version = "*", path = "./arbiter-core" }
ethers = { version = "2.0.11" }
ethers = { version = "2.0.10" }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = { version = "=1.0.108" }
revm = { git = "https://github.com/bluealloy/revm.git", features = [ "ethersdb", "std", "serde"] }
Expand Down
5 changes: 4 additions & 1 deletion arbiter-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ description = "Allowing smart contract developers to do simulation driven develo
license = "Apache-2.0"
keywords = ["ethereum", "evm", "emulator", "testing", "smart-contracts"]
readme = "../README.md"
documentation = "https://docs.rs/arbiter-engine"
homepage = "https://github.com/primitivefinance/arbiter"
repository = "https://github.com/primitivefinance/arbiter"

[dependencies]
ethers.workspace = true
Expand All @@ -27,6 +30,6 @@ arbiter-bindings.workspace = true

[dev-dependencies]
arbiter-core.workspace = true
arbiter-bindings = { version = "0.1.1", path = "../arbiter-bindings" }
arbiter-bindings.workspace = true
tracing-subscriber = "0.3.18"
tracing-test = "0.2.4"

0 comments on commit 37c9b92

Please sign in to comment.