Skip to content

Commit

Permalink
Replace all cargo targets w/ deprecation warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-kast authored and alex-at-planetariummusic committed Mar 27, 2024
1 parent a48f535 commit fc4cedc
Show file tree
Hide file tree
Showing 25 changed files with 16 additions and 24,970 deletions.
7,204 changes: 5 additions & 7,199 deletions Cargo.lock

Large diffs are not rendered by default.

40 changes: 1 addition & 39 deletions bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,8 @@ documentation = "https://docs.rs/"
license = "Apache-2.0"
name = "solana-stake-o-matic"
repository = "https://github.com/solana-labs/stake-o-matic"
version = "0.0.0"
version = "0.1.0"
publish = false

[dependencies]
base64 = "0.13"
bincode = "1.3.3"
borsh = "0.9"
bs58 = "0.4.0"
chrono = "0.4.19"
clap = "2.33.0"
csv = "1.1"
indicatif = "0.16.2"
itertools = "0.10.3"
log = "0.4.11"
num-format = "0.4.4"
openssl = "0.10"
regex = "1.5.4"
reqwest = { version = "0.11.3", default-features = false, features = ["blocking", "rustls-tls", "json"] }
semver = { version = "1.0.3", features = ["serde"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.62"
serde_yaml = "0.8.13"
solana-account-decoder = "1.13.6"
solana-clap-utils = "1.13.6"
solana-cli-config = "1.13.6"
solana-client = "1.13.6"
solana-foundation-delegation-program-cli = { path = "../cli" }
solana-foundation-delegation-program-registry = { path = "../program" }
solana-logger = "1.13.6"
solana-notifier = "1.13.6"
solana-sdk = "1.13.6"
solana-transaction-status = "1.13.6"
solana-vote-program = "1.13.6"
spl-stake-pool = "0.6.4"
spl-token = "3.2"
thiserror = "1.0.25"

[dev-dependencies]
solana-validator = "1.13.6"
solana-vote-program = "1.13.6"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
148 changes: 0 additions & 148 deletions bot/src/data_center_info.rs

This file was deleted.

Loading

0 comments on commit fc4cedc

Please sign in to comment.