Skip to content

Commit

Permalink
chore: bump bytemuck to 1.11.0 (solana-labs#30490)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Feb 26, 2023
1 parent bd49b98 commit d197581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ borsh = { workspace = true }
borsh-derive = { workspace = true }
bs58 = { workspace = true }
bv = { workspace = true, features = ["serde"] }
bytemuck = { version = "1.8.0", features = ["derive"] }
bytemuck = { workspace = true, features = ["derive"] }
itertools = { workspace = true }
lazy_static = { workspace = true }
log = { workspace = true }
Expand Down

0 comments on commit d197581

Please sign in to comment.