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

Commit 0ca46c6

Browse files
authored
Revert solana_rbpf to 0.1.32 to fix CI (#776)
1 parent 5bf4b76 commit 0ca46c6

File tree

3 files changed

+5
-23
lines changed

3 files changed

+5
-23
lines changed

Cargo.lock

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

shared-memory/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ solana-program = "1.4.4"
1414
[dev-dependencies]
1515
solana-bpf-loader-program = "1.4.4"
1616
solana-sdk = "1.4.4"
17-
solana_rbpf = "=0.2.0"
17+
solana_rbpf = "=0.1.32"
1818

1919
[lib]
2020
crate-type = ["cdylib", "lib"]

token/perf-monitor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ spl-token = { path = "../program", features = [ "exclude_entrypoint" ] }
1313
solana-runtime = "1.4.4"
1414
solana-sdk = "1.4.4"
1515
solana-bpf-loader-program = "1.4.4"
16-
solana_rbpf = "=0.2.0"
16+
solana_rbpf = "=0.1.32"

0 commit comments

Comments
 (0)