Use crates.io sol-parser-sdk dependency

This commit is contained in:
0xfnzero
2026-05-25 03:54:25 +08:00
parent 108b9a616f
commit eb1324d402
+1 -1
View File
@@ -21,7 +21,7 @@ sdk-perf-stats = ["sol-parser-sdk/perf-stats"]
sdk-ultra-perf = ["sol-parser-sdk/ultra-perf"]
[dependencies]
sol-parser-sdk = { path = "../sol-parser-sdk", version = "0.4.16", default-features = false }
sol-parser-sdk = { version = "0.4.16", default-features = false }
solana-sdk = "3.0.0"
solana-client = "3.1.12"
solana-transaction-status = "3.1.12"