chore: bump version to 1.2.1

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Wood
2026-02-21 02:38:52 +08:00
parent 308a1b594e
commit fee154e506
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.0" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.2.1" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "1.2.0"
solana-streamer-sdk = "1.2.1"
```
## 🔄 Migration Guide