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

chore: bump latest solc release #1282

Merged
merged 1 commit into from
May 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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