chore: bump version to 1.2.0

This commit is contained in:
ysq
2026-01-27 22:23:58 +08:00
parent da550e0c3a
commit c9364c7eee
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.6" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.2.0" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = "1.1.6"
solana-streamer-sdk = "1.2.0"
```
## 🔄 迁移指南