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

Commit

Permalink
Update LVM and rBPF versions (#8215)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored Feb 11, 2020
1 parent d3712dd commit 2e9ba14
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 279 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 4 additions & 4 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 @@ -26,7 +26,7 @@ solana-bpf-loader-program = { path = "../bpf_loader", version = "0.24.0" }
solana-logger = { path = "../../logger", version = "0.24.0" }
solana-runtime = { path = "../../runtime", version = "0.24.0" }
solana-sdk = { path = "../../sdk", version = "0.24.0" }
solana_rbpf = "=0.1.20"
solana_rbpf = "=0.1.21"

[[bench]]
name = "bpf_loader"
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 @@ -15,7 +15,7 @@ libc = "0.2.66"
log = "0.4.8"
solana-logger = { path = "../../logger", version = "0.24.0" }
solana-sdk = { path = "../../sdk", version = "0.24.0" }
solana_rbpf = "=0.1.20"
solana_rbpf = "=0.1.21"

[lib]
crate-type = ["lib", "cdylib"]
Expand Down
Loading

0 comments on commit 2e9ba14

Please sign in to comment.