Skip to content

Commit

Permalink
remove unused spl-token crate
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Oct 22, 2024
1 parent a62bc2f commit 24ed3ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 46 deletions.
51 changes: 7 additions & 44 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ beacon = { git = "https://github.com/helium/proto", branch = "master" }
solana-client = "1.18"
solana-sdk = "1.18"
solana-program = "1.18"
spl-token = "3.5.0"
reqwest = { version = "0", default-features = false, features = [
"gzip",
"json",
Expand Down
1 change: 0 additions & 1 deletion solana/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ sha2 = { workspace = true }
solana-client = { workspace = true }
solana-program = { workspace = true }
solana-sdk = { workspace = true }
spl-token = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }

0 comments on commit 24ed3ad

Please sign in to comment.