Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit b286211

Browse files
committed
Bump rbpf version to 0.8.3 (backport of #2515) (#2513)
Bump rbpf version to 0.8.3
1 parent cf1b69c commit b286211

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ solana-wen-restart = { path = "wen-restart", version = "=1.18.22" }
387387
solana-zk-keygen = { path = "zk-keygen", version = "=1.18.22" }
388388
solana-zk-token-proof-program = { path = "programs/zk-token-proof", version = "=1.18.22" }
389389
solana-zk-token-sdk = { path = "zk-token-sdk", version = "=1.18.22" }
390-
solana_rbpf = "=0.8.0"
390+
solana_rbpf = "=0.8.3"
391391
spl-associated-token-account = "=2.3.0"
392392
spl-instruction-padding = "0.1"
393393
spl-memo = "=4.0.0"

programs/sbf/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/sbf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ solana-sdk = { path = "../../sdk", version = "=1.18.22" }
4848
solana-transaction-status = { path = "../../transaction-status", version = "=1.18.22" }
4949
solana-validator = { path = "../../validator", version = "=1.18.22" }
5050
solana-zk-token-sdk = { path = "../../zk-token-sdk", version = "=1.18.22" }
51-
solana_rbpf = "=0.8.0"
51+
solana_rbpf = "=0.8.3"
5252
static_assertions = "1.1.0"
5353
thiserror = "1.0"
5454

0 commit comments

Comments
 (0)