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 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.1.0" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.0" }
```
## Usage Examples