Skip to content

Commit

Permalink
chore: install new deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Oct 4, 2023
1 parent 54f38aa commit 2d5ce2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ all-features = true

[dependencies]
ethers-core = { version = "2", default-features = false }
alloy-primitives = { version = "0.4", default-features = false, features = ["std", "serde"] }
alloy-dyn-abi = { version = "0.4", default-features = false, features = ["std"] }
alloy-json-abi = { version = "0.4", default-features = false, features = ["std"] }

solang-parser = { version = "=0.3.2", default-features = false }

Expand All @@ -42,7 +45,6 @@ yansi = "0.5.1"
dirs = "5.0"
glob = "0.3.1"


num_cpus = "1.16.0"
dunce = "1.0"
rayon = "1.7"
Expand Down

0 comments on commit 2d5ce2b

Please sign in to comment.