Skip to content

Commit 0e9e9de

Browse files
committed
chore: update doc
1 parent 3bfc0a6 commit 0e9e9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub const PARIS_SOLC: Version = Version::new(0, 8, 18);
7878
pub const SHANGHAI_SOLC: Version = Version::new(0, 8, 20);
7979

8080
/// Cancun support
81-
/// <https://soliditylang.org/blog/2024/01/26/solidity-0.8.24-release-announcement/>
81+
/// <https://soliditylang.org/blog/2024/03/14/solidity-0.8.25-release-announcement/>
8282
pub const CANCUN_SOLC: Version = Version::new(0, 8, 25);
8383

8484
/// Prague support

0 commit comments

Comments
 (0)