serialize viaIR setting (#1655)
This commit is contained in:
parent
5aac82a3d7
commit
083054d4fe
|
@ -947,6 +947,8 @@ pub struct MetadataSettings {
|
||||||
/// since metadata is per file
|
/// since metadata is per file
|
||||||
#[serde(default)]
|
#[serde(default)]
|
||||||
pub libraries: BTreeMap<String, String>,
|
pub libraries: BTreeMap<String, String>,
|
||||||
|
#[serde(rename = "viaIR")]
|
||||||
|
pub via_ir: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Compilation source files/source units, keys are file names
|
/// Compilation source files/source units, keys are file names
|
||||||
|
|
Loading…
Reference in New Issue