Skip to content

Commit

Permalink
Support Solidity 0.8.25
Browse files Browse the repository at this point in the history
See <https://soliditylang.org/blog/2024/03/14/solidity-0.8.25-release-announcement>.

This update mostly changes the default EVM target used by Solidity to
Cancun. There were no language changes.
  • Loading branch information
Xanewok committed Apr 23, 2024
1 parent 4d3647d commit 83ece02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/solidity/inputs/language/src/definition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ codegen_language_macros::compile!(Language(
"0.6.12", "0.7.0", "0.7.1", "0.7.2", "0.7.3", "0.7.4", "0.7.5", "0.7.6", "0.8.0", "0.8.1",
"0.8.2", "0.8.3", "0.8.4", "0.8.5", "0.8.6", "0.8.7", "0.8.8", "0.8.9", "0.8.10", "0.8.11",
"0.8.12", "0.8.13", "0.8.14", "0.8.15", "0.8.16", "0.8.17", "0.8.18", "0.8.19", "0.8.20",
"0.8.21", "0.8.22", "0.8.23", "0.8.24"
"0.8.21", "0.8.22", "0.8.23", "0.8.24", "0.8.25"
],
sections = [
Section(
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83ece02

Please sign in to comment.