Skip to content

Commit

Permalink
feat(vyper): add experimental codegen to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Aug 14, 2024
1 parent 9af04b2 commit 2d5e418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/artifacts/vyper/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ pub struct VyperSettings {
pub output_selection: OutputSelection,
#[serde(rename = "search_paths", skip_serializing_if = "Option::is_none")]
pub search_paths: Option<BTreeSet<PathBuf>>,
#[serde(skip_serializing_if = "Option::is_none")]
pub experimental_codegen: Option<bool>,
}

impl VyperSettings {
Expand Down

0 comments on commit 2d5e418

Please sign in to comment.