Skip to content

Commit

Permalink
svm: move bpf-loader-program to dev-dependencies (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Apr 10, 2024
1 parent d06e3e9 commit ff8a25b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion 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 svm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ itertools = { workspace = true }
log = { workspace = true }
percentage = { workspace = true }
serde = { workspace = true, features = ["derive", "rc"] }
solana-bpf-loader-program = { workspace = true }
solana-frozen-abi = { workspace = true }
solana-frozen-abi-macro = { workspace = true }
solana-loader-v4-program = { workspace = true }
Expand All @@ -32,6 +31,7 @@ name = "solana_svm"
bincode = { workspace = true }
libsecp256k1 = { workspace = true }
rand = { workspace = true }
solana-bpf-loader-program = { workspace = true }
solana-logger = { workspace = true }
solana-sdk = { workspace = true, features = ["dev-context-only-utils"] }

Expand Down

0 comments on commit ff8a25b

Please sign in to comment.