Derive Pod/Zeroable for Pubkey

This commit is contained in:
Michael Vines
2021-10-06 17:38:34 -07:00
parent df39b37cb8
commit f966859829
4 changed files with 23 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ blake3 = { version = "1.0.0", features = ["traits-preview"] }
borsh = "0.9.1"
borsh-derive = "0.9.1"
bs58 = "0.4.0"
bytemuck = { version = "1.7.2", features = ["derive"] }
bv = { version = "0.11.1", features = ["serde"] }
hex = "0.4.2"
itertools = "0.10.1"