chore: release v3.5.6

Made-with: Cursor
This commit is contained in:
Wood
2026-02-28 01:01:44 +08:00
parent 5335a4f5ff
commit 460395e5b2
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -89,14 +89,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.5" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.6" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.5.5"
sol-trade-sdk = "3.5.6"
```
## 🛠️ Usage Examples