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 3bfc0a6 commit 0e9e9deCopy full SHA for 0e9e9de
crates/core/src/utils.rs
@@ -78,7 +78,7 @@ pub const PARIS_SOLC: Version = Version::new(0, 8, 18);
78
pub const SHANGHAI_SOLC: Version = Version::new(0, 8, 20);
79
80
/// Cancun support
81
-/// <https://soliditylang.org/blog/2024/01/26/solidity-0.8.24-release-announcement/>
+/// <https://soliditylang.org/blog/2024/03/14/solidity-0.8.25-release-announcement/>
82
pub const CANCUN_SOLC: Version = Version::new(0, 8, 25);
83
84
/// Prague support
0 commit comments