Bump bytemuck version in solana-program for consistency (#24043)
This commit is contained in:
@ -16,7 +16,7 @@ blake3 = { version = "1.2.0", features = ["traits-preview"] }
|
|||||||
borsh = "0.9.1"
|
borsh = "0.9.1"
|
||||||
borsh-derive = "0.9.1"
|
borsh-derive = "0.9.1"
|
||||||
bs58 = "0.4.0"
|
bs58 = "0.4.0"
|
||||||
bytemuck = { version = "1.7.2", features = ["derive"] }
|
bytemuck = { version = "1.8.0", features = ["derive"] }
|
||||||
bv = { version = "0.11.1", features = ["serde"] }
|
bv = { version = "0.11.1", features = ["serde"] }
|
||||||
itertools = "0.10.1"
|
itertools = "0.10.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
Reference in New Issue
Block a user