Skip to content

Commit

Permalink
feat: add evmVersion to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jan 5, 2024
1 parent 38afb36 commit 88e5a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/artifacts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,9 @@ pub struct MetadataSettings {
/// for.
#[serde(default, rename = "compilationTarget")]
pub compilation_target: BTreeMap<String, String>,
// Introduced in 0.8.20
#[serde(default, rename = "evmVersion", skip_serializing_if = "Option::is_none")]
pub evm_version: Option<String>,
/// Metadata settings
///
/// Note: this differs from `Libraries` and does not require another mapping for file name
Expand Down

0 comments on commit 88e5a6d

Please sign in to comment.