support solc 0.8.27

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2024-09-16 12:43:49 +02:00
parent 72d958392b
commit d8c708eba5
+1 -1
View File
@@ -37,7 +37,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, 26);
pub const LAST_SUPPORTED_VERSION: semver::Version = semver::Version::new(0, 8, 27);
/// A shortcut constructor.
/// Different tools may use different `executable` names. For example, the integration tester