Bump solana_rbpf to version 0.2.11 (#17404)

This commit is contained in:
Dmitri Makarov
2021-05-25 10:05:35 +02:00
committed by GitHub
parent 1108cb32b5
commit 85b647d80f
7 changed files with 33 additions and 23 deletions

View File

@@ -3637,9 +3637,9 @@ dependencies = [
[[package]]
name = "solana_rbpf"
version = "0.2.9"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "debbc13545a1d972955a4fd3014e7c9d6d81da16c3626ee5f64bf3aa619548f8"
checksum = "7c1c5bdfa63c68d848d95024c7f4335bae4b1917f7df2e48e2d945f4664a8b45"
dependencies = [
"byteorder 1.3.4",
"combine",
@@ -3648,6 +3648,7 @@ dependencies = [
"libc",
"log",
"rand 0.7.3",
"rustc-demangle",
"scroll",
"thiserror",
"time",