Skip to content

Commit

Permalink
Merge branches 'fix_global_l1' and 'omit_pol_type'
Browse files Browse the repository at this point in the history
  • Loading branch information
lvella committed Aug 15, 2023
2 parents 5e85c33 + ab84fd6 commit 901d45c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starky/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub struct Public {

#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct Reference {
#[serde(skip_serializing_if = "Option::is_none")]
pub polType: Option<String>,
#[serde(rename = "type")]
pub type_: String,
Expand Down

0 comments on commit 901d45c

Please sign in to comment.