chore: bump bytemuck to 1.11.0 (#30490)

This commit is contained in:
Yihau Chen 2023-02-27 03:19:11 +08:00 committed by GitHub
parent bd49b984e2
commit d19758139d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }