Skip to content

Commit

Permalink
Fix serde build errors after update (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Martinez Maqueda <dmaqueda@amazon.com>
Co-authored-by: Daniel Martinez Maqueda <dmaqueda@amazon.com>
  • Loading branch information
belveryin and Daniel Martinez Maqueda committed Sep 28, 2023
1 parent ad72d77 commit bc2170e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ pub struct SigStructure(
#[serde(skip_serializing_if = "Option::is_none")]
Option<ByteBuf>,
/// external_aad : bstr,
#[serde(default)]
ByteBuf,
/// payload : bstr
#[serde(default)]
ByteBuf,
);

Expand Down

0 comments on commit bc2170e

Please sign in to comment.