mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-07 18:27:57 +00:00
5 lines
196 B
Rust
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);
|