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
@@ -109,14 +109,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.6" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.2.0" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "1.1.6"
solana-streamer-sdk = "1.2.0"
```
## 🔄 Migration Guide