Skip to content

Commit

Permalink
chore: bump solc
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Nov 9, 2023
1 parent 87cba17 commit cdc8245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ mod tests {
(">=0.4.0 <0.5.0", "0.4.26"),
// latest - this has to be updated every time a new version is released.
// Requires the SVM version list to be updated as well.
(">=0.5.0", "0.8.22"),
(">=0.5.0", "0.8.23"),
] {
let source = source(pragma);
let res = Solc::detect_version(&source).unwrap();
Expand Down

0 comments on commit cdc8245

Please sign in to comment.