Bump version to 1.2.2 in Cargo.toml and README

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Wood
2026-02-23 12:56:08 +08:00
parent 223436bfbd
commit a8aa1c7789
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.2.1" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.2.2" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "1.2.1"
solana-streamer-sdk = "1.2.2"
```
## 🔄 Migration Guide