(cherry picked from commit e05cf4bf97
)
Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
This commit is contained in:
4
programs/bpf/Cargo.lock
generated
4
programs/bpf/Cargo.lock
generated
@ -3467,9 +3467,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "solana_rbpf"
|
||||
version = "0.2.22"
|
||||
version = "0.2.23"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "425e41726409233aa2b4e5063a94a8bc5861e6d59cf700cfd9dd142084437c6f"
|
||||
checksum = "537ce4f3a7501f4714aad0d24e2404098f6ba93b078165c766ba6e5712f54ed1"
|
||||
dependencies = [
|
||||
"byteorder 1.4.3",
|
||||
"combine",
|
||||
|
@ -33,7 +33,7 @@ solana-bpf-rust-realloc-invoke = { path = "rust/realloc_invoke", version = "=1.9
|
||||
solana-cli-output = { path = "../../cli-output", version = "=1.9.6" }
|
||||
solana-logger = { path = "../../logger", version = "=1.9.6" }
|
||||
solana-measure = { path = "../../measure", version = "=1.9.6" }
|
||||
solana_rbpf = "=0.2.22"
|
||||
solana_rbpf = "=0.2.23"
|
||||
solana-runtime = { path = "../../runtime", version = "=1.9.6" }
|
||||
solana-program-runtime = { path = "../../program-runtime", version = "=1.9.6" }
|
||||
solana-sdk = { path = "../../sdk", version = "=1.9.6" }
|
||||
|
Reference in New Issue
Block a user