Skip to content

Commit

Permalink
chore: add derive feature to serde dependency for build script
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Feb 18, 2024
1 parent 414b25c commit b02e768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ globwalk = { workspace = true }
protobuf = { workspace = true }
protobuf-codegen = { workspace = true }
protobuf-parse = { workspace = true }
serde = { workspace = true, features=["rc"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
yara-x-proto = { workspace = true }

Expand Down

0 comments on commit b02e768

Please sign in to comment.