Skip to content

Commit

Permalink
Bump rbpf version to 0.8.3 (backport of #2515) (#2513)
Browse files Browse the repository at this point in the history
Bump rbpf version to 0.8.3
  • Loading branch information
willhickey authored Aug 8, 2024
1 parent 8da66fa commit 9efdd74
Show file tree
Hide file tree
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
Expand Up @@ -387,7 +387,7 @@ solana-wen-restart = { path = "wen-restart", version = "=1.18.22" }
solana-zk-keygen = { path = "zk-keygen", version = "=1.18.22" }
solana-zk-token-proof-program = { path = "programs/zk-token-proof", version = "=1.18.22" }
solana-zk-token-sdk = { path = "zk-token-sdk", version = "=1.18.22" }
solana_rbpf = "=0.8.0"
solana_rbpf = "=0.8.3"
spl-associated-token-account = "=2.3.0"
spl-instruction-padding = "0.1"
spl-memo = "=4.0.0"
Expand Down
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
Expand Up @@ -48,7 +48,7 @@ solana-sdk = { path = "../../sdk", version = "=1.18.22" }
solana-transaction-status = { path = "../../transaction-status", version = "=1.18.22" }
agave-validator = { path = "../../validator", version = "=1.18.22" }
solana-zk-token-sdk = { path = "../../zk-token-sdk", version = "=1.18.22" }
solana_rbpf = "=0.8.0"
solana_rbpf = "=0.8.3"
static_assertions = "1.1.0"
thiserror = "1.0"

Expand Down

0 comments on commit 9efdd74

Please sign in to comment.