Skip to content

Commit

Permalink
Bump solana_rbpf to v0.6.1 (#33310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso authored Sep 19, 2023
1 parent bd92833 commit d87681e
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 @@ -288,7 +288,7 @@ signal-hook = "0.3.15"
smpl_jwt = "0.7.1"
socket2 = "0.4.9"
soketto = "0.7"
solana_rbpf = "=0.6.0"
solana_rbpf = "=0.6.1"
solana-account-decoder = { path = "account-decoder", version = "=1.16.14" }
solana-address-lookup-table-program = { path = "programs/address-lookup-table", version = "=1.16.14" }
solana-banks-client = { path = "banks-client", version = "=1.16.14" }
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 @@ -24,7 +24,7 @@ num-traits = "0.2"
rand = "0.7"
serde = "1.0.112"
serde_json = "1.0.56"
solana_rbpf = "=0.6.0"
solana_rbpf = "=0.6.1"
solana-account-decoder = { path = "../../account-decoder", version = "=1.16.14" }
solana-address-lookup-table-program = { path = "../../programs/address-lookup-table", version = "=1.16.14" }
solana-bpf-loader-program = { path = "../bpf_loader", version = "=1.16.14" }
Expand Down

0 comments on commit d87681e

Please sign in to comment.