chore: release v1.3.0

Made-with: Cursor
This commit is contained in:
Wood
2026-03-09 00:40:58 +08:00
parent 766899deb6
commit bdf984f2c1
5 changed files with 33 additions and 28 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.2" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.3.0" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "1.2.2"
solana-streamer-sdk = "1.3.0"
```
## 🔄 Migration Guide