Skip to content

Commit

Permalink
remove solana-program
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 5, 2024
1 parent ba3121d commit 33931bb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion programs/sbf/Cargo.lock

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

3 changes: 2 additions & 1 deletion sdk/client-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ solana-epoch-info = { workspace = true }
solana-hash = { workspace = true }
solana-instruction = { workspace = true }
solana-keypair = { workspace = true }
solana-program = { workspace = true }
solana-message = { workspace = true }
solana-pubkey = { workspace = true }
solana-signature = { workspace = true }
solana-signer = { workspace = true }
solana-system-interface = { workspace = true }
solana-transaction = { workspace = true, features = ["bincode"] }
solana-transaction-error = { workspace = true }

Expand Down
3 changes: 2 additions & 1 deletion sdk/client-traits/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ use {
solana_hash::Hash,
solana_instruction::Instruction,
solana_keypair::Keypair,
solana_program::{message::Message, system_instruction::transfer},
solana_message::Message,
solana_pubkey::Pubkey,
solana_signature::Signature,
solana_signer::{signers::Signers, Signer},
solana_system_interface::instruction::transfer,
solana_transaction::{versioned::VersionedTransaction, Transaction},
solana_transaction_error::{TransactionResult, TransportResult as Result},
};
Expand Down
3 changes: 2 additions & 1 deletion svm/examples/Cargo.lock

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

0 comments on commit 33931bb

Please sign in to comment.