We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507cd41 commit 898bcbbCopy full SHA for 898bcbb
crates/artifacts/solc/src/lib.rs
@@ -793,7 +793,7 @@ impl YulDetails {
793
794
/// EVM versions.
795
///
796
-/// Default is `Cancun`, since 0.8.25
+/// Default is `Prague`, since 0.8.30
797
798
/// Kept in sync with: <https://github.com/ethereum/solidity/blob/develop/liblangutil/EVMVersion.h>
799
// When adding new EVM versions (see a previous attempt at https://github.com/foundry-rs/compilers/pull/51):
@@ -816,8 +816,8 @@ pub enum EvmVersion {
816
London,
817
Paris,
818
Shanghai,
819
- #[default]
820
Cancun,
+ #[default]
821
Prague,
822
Osaka,
823
}
0 commit comments