Skip to content

Commit e92eba4

Browse files
committed
add derive feature
1 parent bfe1f03 commit e92eba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-sdk-solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
solana-program = ">= 1.9"
1616
borsh = "0.10.3"
1717
borsh-derive = "0.10.3"
18-
bytemuck = "1.7.2"
18+
bytemuck = {version ="1.7.2", features = ["derive"]}
1919
num-derive = "0.3"
2020
num-traits = "0.2"
2121
thiserror = "1.0"

0 commit comments

Comments
 (0)