Skip to content

Commit

Permalink
Bump rbpf version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Aug 13, 2024
1 parent a3bd977 commit cff82f0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 58 deletions.
84 changes: 33 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ publish = false
[dependencies]
anyhow = "1.0"
regex = "1.4.5"
solana-bpf-loader-program = { git = "https://github.com/anza-xyz/agave.git", rev = "784352c3765792105764c875c1a619e6f71ded55" }
solana-compute-budget = { git = "https://github.com/anza-xyz/agave.git", rev = "784352c3765792105764c875c1a619e6f71ded55" }
solana-log-collector = { git = "https://github.com/anza-xyz/agave.git", rev = "784352c3765792105764c875c1a619e6f71ded55" }
solana-logger = { git = "https://github.com/anza-xyz/agave.git", rev = "784352c3765792105764c875c1a619e6f71ded55" }
solana-program-runtime = { git = "https://github.com/anza-xyz/agave.git", rev = "784352c3765792105764c875c1a619e6f71ded55" }
solana-sdk = { git = "https://github.com/anza-xyz/agave.git", rev = "784352c3765792105764c875c1a619e6f71ded55" }
solana_rbpf = "=0.8.2"
solana-bpf-loader-program = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-compute-budget = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-log-collector = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-logger = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-program-runtime = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-sdk = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana_rbpf = "=0.8.5"
structopt = { version = "0.3", default-features = false }

[package.metadata.docs.rs]
Expand Down

0 comments on commit cff82f0

Please sign in to comment.