Skip to content

Commit

Permalink
dep(solc): solang-parser 0.2.3 (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Mar 5, 2023
1 parent e54666b commit 445f3b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 ethers-solc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tempfile = { version = "3.4.0", optional = true }
fs_extra = { version = "1.3.0", optional = true }
sha2 = { version = "0.10.6", default-features = false, optional = true }
dunce = "1.0.3"
solang-parser = { default-features = false, version = "=0.2.2" }
solang-parser = { default-features = false, version = "=0.2.3" }
rayon = "1.6.0"
rand = { version = "0.8.5", optional = true }
path-slash = "0.2.1"
Expand Down

0 comments on commit 445f3b3

Please sign in to comment.