chore: use sol-parser-sdk 0.6.3

This commit is contained in:
0xfnzero
2026-08-13 08:45:05 +08:00
parent 8c5eb7c214
commit d6385b78ee
+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 = { git = "https://github.com/0xfnzero/sol-parser-sdk.git", rev = "25a494ae33783ceaaa74bd914471fd49af6edbd9", default-features = false }
sol-parser-sdk = { version = "0.6.3", default-features = false }
solana-sdk = "3.0.0"
solana-client = "3.1.12"
solana-transaction-status = "3.1.12"