chore: release v3.6.1

Made-with: Cursor
This commit is contained in:
Wood
2026-03-10 01:44:03 +08:00
parent 0201d3443a
commit 2e39649ebc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -90,14 +90,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.0" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.1" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.6.0"
sol-trade-sdk = "3.6.1"
```
## 🛠️ Usage Examples