feat: upgrade to v3.2.1

This commit is contained in:
ysq
2025-11-07 17:04:36 +08:00
parent c5a55b1c14
commit 4f315187f3
4 changed files with 43 additions and 5 deletions
+2 -2
View File
@@ -87,14 +87,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.2.0" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.2.1" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.2.0"
sol-trade-sdk = "3.2.1"
```
## 🛠️ Usage Examples