Skip to content

Commit a7d2c8f

Browse files
authored
1 parent 4f16007 commit a7d2c8f

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
@@ -401,7 +401,7 @@ solana-wen-restart = { path = "wen-restart", version = "=1.18.22" }
401401
solana-zk-keygen = { path = "zk-keygen", version = "=1.18.22" }
402402
solana-zk-token-proof-program = { path = "programs/zk-token-proof", version = "=1.18.22" }
403403
solana-zk-token-sdk = { path = "zk-token-sdk", version = "=1.18.22" }
404-
solana_rbpf = "=0.8.0"
404+
solana_rbpf = "=0.8.3"
405405
spl-associated-token-account = "=2.3.0"
406406
spl-instruction-padding = "0.1"
407407
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)