Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ hex = "0.4.3"
hidapi = { version = "2.6.3", default-features = false }
histogram = "0.6.9"
hmac = "0.12.1"
http = "0.2.12"
http = "1.3.1"
humantime = "2.2.0"
hyper = "0.14.32"
hyper-proxy = "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion account-decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ solana-stake-interface = { workspace = true }
solana-sysvar = { workspace = true }
solana-vote-interface = { workspace = true, features = ["bincode"] }
spl-generic-token = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] }
spl-token = { path = "../token/program" , features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
spl-token-group-interface = { workspace = true }
spl-token-metadata-interface = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion accounts-cluster-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ solana-transaction = { workspace = true }
solana-transaction-status = { workspace = true }
solana-version = { workspace = true }
spl-generic-token = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] }
spl-token = { path = "../token/program" , features = ["no-entrypoint"] }

[target.'cfg(not(any(target_env = "msvc", target_os = "freebsd")))'.dependencies]
jemallocator = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ num-traits = "0.2"
solana-program = "2.3.0"
solana-system-interface = "1"
spl-associated-token-account-client = { version = "2.0.0", path = "../interface" }
spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] }
spl-token = { path = "../../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
thiserror = "2.0"

Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ solana-version = { workspace = true }
solana-vote = { workspace = true }
solana-vote-program = { workspace = true }
spl-generic-token = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] }
spl-token = { path = "../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
stream-cancel = { workspace = true }
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion svm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ solana-system-transaction = { workspace = true }
solana-sysvar = { workspace = true }
solana-transaction = { workspace = true, features = ["dev-context-only-utils"] }
solana-transaction-context = { workspace = true, features = ["dev-context-only-utils"] }
spl-token = { path ="/home/atreyrachit23/agave/token/program" }
spl-token = { path = "../token/program" }
test-case = { workspace = true }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion svm/examples/paytube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ solana-system-program = { workspace = true }
solana-transaction = { workspace = true, features = ["blake3"] }
solana-transaction-error = { workspace = true }
spl-associated-token-account = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program" }
spl-token = { path = "../../../token/program" }
termcolor = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion token-2022/clients/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ solana-sdk = "2.2.1"
solana-system-interface = "1"
solana-transaction-status = "2.3.4"
spl-associated-token-account-client = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] }
spl-token = { path = "../../../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
spl-token-client = { version = "0.16.1", path = "../rust-legacy" }
spl-token-confidential-transfer-proof-generation = { version = "0.4.0", path = "../../confidential-transfer/proof-generation" }
Expand Down
2 changes: 1 addition & 1 deletion token-2022/clients/rust-legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spl-associated-token-account-client = { workspace = true }
spl-elgamal-registry = { version = "0.3.0",features = ["no-entrypoint"], path = "../../confidential-transfer/elgamal-registry"}
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
spl-record = { version = "0.3.0", features = ["no-entrypoint"] }
spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] }
spl-token = { path = "../../../token/program", features = ["no-entrypoint"] }
spl-token-confidential-transfer-proof-extraction = { version = "0.4.0", path = "../../confidential-transfer/proof-extraction" }
spl-token-confidential-transfer-proof-generation = { version = "0.4.0", path = "../../confidential-transfer/proof-generation" }
spl-token-2022 = { workspace = true , features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ solana-transaction = { workspace = true }
solana-transaction-status = { workspace = true }
solana-version = { workspace = true }
spl-associated-token-account = { workspace = true, features = ["no-entrypoint"] }
spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] }
spl-token = { path = "../token/program" , features = ["no-entrypoint"] }
tempfile = { workspace = true }
thiserror = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion transaction-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ solana-transaction-status-client-types = { workspace = true }
solana-vote-interface = { workspace = true }
spl-associated-token-account = { workspace = true, features = ["no-entrypoint"] }
spl-memo = { workspace = true, features = ["no-entrypoint"] }
spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] }
spl-token = { path = "../token/program" , features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
spl-token-group-interface = { workspace = true }
spl-token-metadata-interface = { workspace = true }
Expand Down