Skip to content

Commit

Permalink
chore: bump latest solc release (#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed May 18, 2022
1 parent f5ea2bd commit d77f925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-solc/src/compile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ mod tests {
// update this test whenever there's a new sol
// version. that's ok! good reminder to check the
// patch notes.
(">=0.5.0", "0.8.13"),
(">=0.5.0", "0.8.14"),
// range
(">=0.4.0 <0.5.0", "0.4.26"),
]
Expand Down

0 comments on commit d77f925

Please sign in to comment.