allow solc v0.8.25

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-04-23 11:47:16 +02:00
parent 3468fd5abc
commit bd10742ef8
+1 -1
View File
@@ -41,7 +41,7 @@ impl Compiler {
pub const FIRST_VIA_IR_VERSION: semver::Version = semver::Version::new(0, 8, 13);
/// The last supported version of `solc`.
pub const LAST_SUPPORTED_VERSION: semver::Version = semver::Version::new(0, 8, 24);
pub const LAST_SUPPORTED_VERSION: semver::Version = semver::Version::new(0, 8, 25);
///
/// A shortcut constructor.