Skip to content

Commit

Permalink
Revert "Bump solana_rbpf to version v0.2.18 (solana-labs#21778)"
Browse files Browse the repository at this point in the history
This reverts commit 2b2536a.
  • Loading branch information
t-nelson committed Dec 13, 2021
1 parent e9a5f41 commit 65b5097
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ solana-config-program = { path = "../programs/config", version = "=1.8.9" }
solana-faucet = { path = "../faucet", version = "=1.8.9" }
solana-logger = { path = "../logger", version = "=1.8.9" }
solana-net-utils = { path = "../net-utils", version = "=1.8.9" }
solana_rbpf = "=0.2.18"
solana_rbpf = "=0.2.17"
solana-remote-wallet = { path = "../remote-wallet", version = "=1.8.9" }
solana-sdk = { path = "../sdk", version = "=1.8.9" }
solana-transaction-status = { path = "../transaction-status", version = "=1.8.9" }
Expand Down
4 changes: 2 additions & 2 deletions programs/bpf/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/bpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ solana-bpf-loader-program = { path = "../bpf_loader", version = "=1.8.9" }
solana-cli-output = { path = "../../cli-output", version = "=1.8.9" }
solana-logger = { path = "../../logger", version = "=1.8.9" }
solana-measure = { path = "../../measure", version = "=1.8.9" }
solana_rbpf = "=0.2.18"
solana_rbpf = "=0.2.17"
solana-runtime = { path = "../../runtime", version = "=1.8.9" }
solana-sdk = { path = "../../sdk", version = "=1.8.9" }
solana-transaction-status = { path = "../../transaction-status", version = "=1.8.9" }
Expand Down
2 changes: 1 addition & 1 deletion programs/bpf_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sha3 = "0.9.1"
solana-measure = { path = "../../measure", version = "=1.8.9" }
solana-runtime = { path = "../../runtime", version = "=1.8.9" }
solana-sdk = { path = "../../sdk", version = "=1.8.9" }
solana_rbpf = "=0.2.18"
solana_rbpf = "=0.2.17"
thiserror = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 65b5097

Please sign in to comment.