feat: bump to v0.6.11 with dependency updates

- Update solana-streamer-sdk to 0.4.9
- Increase transaction confirmation timeout to 10s
- Update documentation version references
This commit is contained in:
ysq
2025-09-14 01:21:28 +08:00
parent e52841dc73
commit 206baca025
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -89,14 +89,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.10" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.11" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = "0.6.10"
sol-trade-sdk = "0.6.11"
```
## 🛠️ 使用示例