Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dougEfresh committed May 10, 2024
1 parent 58fb9a1 commit 0832af7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 118 deletions.
111 changes: 0 additions & 111 deletions .github/workflows/ci.yml

This file was deleted.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,10 @@ reqwest = { version = "0.12", features = ["json"] }
serde-enum-str = "0.4"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
derive-alias = "0.1"
tokio = { version = "> 1.24", features = ["full"] }
color-eyre = { version = "0.6" }
thiserror = "1"
url = "2"
tracing = { version = "0.1" }
tracing-log = { version = "0.2" }
tracing-error = { version = "0.2" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "serde"] }
bigdecimal = { version = "^0.3", features = ["serde"] }
bs58 = { version = "0.4" }
bincode = { version = "1.3" }
Expand All @@ -68,3 +63,8 @@ dotenvy = "0.15"
solana-transaction-status = "1"
once_cell = "1"
rstest = "0.18"
color-eyre = { version = "0.6" }
derive-alias = "0.1"
tracing-log = { version = "0.2" }
tracing-error = { version = "0.2" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "serde"] }
2 changes: 0 additions & 2 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 0832af7

Please sign in to comment.