Skip to content

Commit

Permalink
explicitly activate the derive feature of bytemuck in zk-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jun 20, 2024
1 parent 80527b6 commit 2629841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = { workspace = true }

[dependencies]
base64 = { workspace = true }
bytemuck = { workspace = true }
bytemuck = { workspace = true, features = ["derive"] }
merlin = { workspace = true }
num-derive = { workspace = true }
num-traits = { workspace = true }
Expand Down

0 comments on commit 2629841

Please sign in to comment.