chore: bump version to 1.1.6

This commit is contained in:
ysq
2025-12-14 20:59:23 +08:00
parent 8cc5b7083b
commit da4f8f8423
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -108,14 +108,14 @@ git clone https://github.com/0xfnzero/solana-streamer
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.5" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.6" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = "1.1.5"
solana-streamer-sdk = "1.1.6"
```
## 🔄 迁移指南