feat: upgrade to v0.6.6 with improved tip transfer logic

This commit is contained in:
ysq
2025-09-11 13:42:23 +08:00
parent b7275b7e18
commit fce043f087
5 changed files with 7 additions and 7 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 = "0.6.5" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.6" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.6.5"
sol-trade-sdk = "0.6.6"
```
## 🛠️ Usage Examples