Skip to content

Commit 5b890a5

Browse files
authored
remove vote-program dep from rpc-client (solana-labs#3462)
* remove vote-program dep from rpc-client * update lock file
1 parent eb2652b commit 5b890a5

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

programs/sbf/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc-client/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ solana-rpc-client-api = { workspace = true }
2727
solana-sdk = { workspace = true }
2828
solana-transaction-status-client-types = { workspace = true }
2929
solana-version = { workspace = true }
30-
solana-vote-program = { workspace = true }
3130
tokio = { workspace = true, features = ["full"] }
3231

3332
[dev-dependencies]

rpc-client/src/nonblocking/rpc_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ use {
4545
pubkey::Pubkey,
4646
signature::Signature,
4747
transaction,
48+
vote::state::MAX_LOCKOUT_HISTORY,
4849
},
4950
solana_transaction_status_client_types::{
5051
EncodedConfirmedBlock, EncodedConfirmedTransactionWithStatusMeta, TransactionStatus,
5152
UiConfirmedBlock, UiTransactionEncoding,
5253
},
53-
solana_vote_program::vote_state::MAX_LOCKOUT_HISTORY,
5454
std::{
5555
net::SocketAddr,
5656
str::FromStr,

svm/examples/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)