feat: optimize event parser performance and stability. update version.

This commit is contained in:
ysq
2025-07-18 18:30:45 +08:00
parent 58d6b5dac6
commit 2ddec98805
7 changed files with 138 additions and 73 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.1.0" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.0" }
```
## 使用示例