chore: release v3.5.5

Made-with: Cursor
This commit is contained in:
Wood
2026-02-27 15:07:18 +08:00
parent 0cd276d6cb
commit 48b9b17ab1
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.4" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.5" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.5.4"
sol-trade-sdk = "3.5.5"
```
## 🛠️ Usage Examples