Skip to content

Commit

Permalink
Merge branch 'main' into submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel authored Apr 1, 2024
2 parents da4f9bd + e5ddb29 commit c8df3dd
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 39 deletions.
89 changes: 54 additions & 35 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ arbiter-macros = "0.1.1"

revm = { version = "5.0.0", features = ["ethersdb", "std", "serde"] }
revm-primitives = "=2.0.0"
ethers = { version = "2.0.13" }
ethers = { version = "2.0.14" }

serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.114" }
Expand All @@ -72,7 +72,7 @@ anyhow = "1.0.80"
arbiter-core.workspace = true

# Command line and config
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.5.2", features = ["derive"] }
serde.workspace = true
serde_json.workspace = true
config = { version = "=0.14.0" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You'll be prompted to provide a project name, and the rest will be set up for yo
### Binary
To install the Arbiter binary, run:
```bash
cargo install Arbiter
cargo install arbiter
```
This will install the Arbiter binary on your machine. You can then run `arbiter --help` to see that Arbiter was correctly installed and see the help menu.

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ futures.workspace = true

# For bench
cargo_metadata = "0.18.1"
chrono = "0.4.34"
chrono = "0.4.35"

assert_matches = { version = "=1.5" }

Expand Down

0 comments on commit c8df3dd

Please sign in to comment.