Skip to content

Commit

Permalink
Bump rbpf version to 0.8.4 (backport of #2515) (#2514)
Browse files Browse the repository at this point in the history
Bump rbpf version to 0.8.4
willhickey authored Aug 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ea5a0d0 commit 57a09f1
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -411,7 +411,7 @@ solana-zk-keygen = { path = "zk-keygen", version = "=2.0.5" }
solana-zk-sdk = { path = "zk-sdk", version = "=2.0.5" }
solana-zk-token-proof-program = { path = "programs/zk-token-proof", version = "=2.0.5" }
solana-zk-token-sdk = { path = "zk-token-sdk", version = "=2.0.5" }
solana_rbpf = "=0.8.1"
solana_rbpf = "=0.8.4"
spl-associated-token-account = "=4.0.0"
spl-instruction-padding = "0.2"
spl-memo = "=5.0.0"
4 changes: 2 additions & 2 deletions programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion programs/sbf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ solana-transaction-status = { path = "../../transaction-status", version = "=2.0
solana-type-overrides = { path = "../../type-overrides", version = "=2.0.5" }
agave-validator = { path = "../../validator", version = "=2.0.5" }
solana-zk-token-sdk = { path = "../../zk-token-sdk", version = "=2.0.5" }
solana_rbpf = "=0.8.1"
solana_rbpf = "=0.8.4"
thiserror = "1.0"

[package]

0 comments on commit 57a09f1

Please sign in to comment.