From e78e37da6ba79eac1d28a5fc9a7da922e3721481 Mon Sep 17 00:00:00 2001 From: 0xfnzero <0xfnzero@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:08:54 +0800 Subject: [PATCH] chore: update sol-parser-sdk quote mint fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35b0cd1..9de27ff 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", rev = "d81bfdb", version = "0.5.15", default-features = false } +sol-parser-sdk = { git = "https://github.com/0xfnzero/sol-parser-sdk", rev = "326c492", version = "0.5.15", default-features = false } solana-sdk = "3.0.0" solana-client = "3.1.12" solana-transaction-status = "3.1.12"