Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit feaa473

Browse files
authored
chore: bump max solc 0.8.17 (#1679)
1 parent df6f3d7 commit feaa473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ethers-solc/src/compile/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ mod tests {
832832
// update this test whenever there's a new sol
833833
// version. that's ok! good reminder to check the
834834
// patch notes.
835-
(">=0.5.0", "0.8.16"),
835+
(">=0.5.0", "0.8.17"),
836836
// range
837837
(">=0.4.0 <0.5.0", "0.4.26"),
838838
]

0 commit comments

Comments
 (0)