Files
revive-differential-tests/crates/compiler/src/constants.rs
T
2025-08-14 12:34:43 +01:00

5 lines
196 B
Rust

use semver::Version;
/// This is the first version of solc that supports the `--via-ir` flag / "viaIR" input JSON.
pub const SOLC_VERSION_SUPPORTING_VIA_YUL_IR: Version = Version::new(0, 8, 13);