diff --git a/Cargo.lock b/Cargo.lock index e216f098be22de..904310bc934093 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7791,8 +7791,7 @@ dependencies = [ [[package]] name = "solana_rbpf" version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d457cc2ba742c120492a64b7fa60e22c575e891f6b55039f4d736568fb112a3" +source = "git+https://github.com/ryoqun/rbpf?rev=3107f6b77c435fd76837538e309f0e5870119a88#3107f6b77c435fd76837538e309f0e5870119a88" dependencies = [ "byteorder", "combine", diff --git a/Cargo.toml b/Cargo.toml index a3b91c9ebd5760..aa7eb2752fc78b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -447,6 +447,8 @@ zstd = "0.11.2" # for details, see https://github.com/solana-labs/crossbeam/commit/fd279d707025f0e60951e429bf778b4813d1b6bf crossbeam-epoch = { git = "https://github.com/solana-labs/crossbeam", rev = "fd279d707025f0e60951e429bf778b4813d1b6bf" } +solana_rbpf = { git = "https://github.com/ryoqun/rbpf", rev = "3107f6b77c435fd76837538e309f0e5870119a88" } + # We include the following crates as our dependencies above from crates.io: # # * spl-associated-token-account