Skip to content

Commit

Permalink
Merge pull request #277 from arturoc/fix_serde_tests
Browse files Browse the repository at this point in the history
serde tests fail in CI
  • Loading branch information
KodrAus committed Apr 20, 2022
2 parents 0bc11cb + 5787e70 commit 24a0662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -1789,7 +1789,7 @@ mod tests {
}

bitflags! {
#[derive(serde::Serialize, serde::Deserialize)]
#[derive(serde_derive::Serialize, serde_derive::Deserialize)]
struct SerdeFlags: u32 {
const A = 1;
const B = 2;
Expand Down

0 comments on commit 24a0662

Please sign in to comment.