feat: upgrade to v1.1.2

This commit is contained in:
ysq
2025-11-10 23:19:03 +08:00
parent d8bd35efe9
commit 1ec7f845a5
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.1" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.2" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "1.1.1"
solana-streamer-sdk = "1.1.2"
```
## 🔄 Migration Guide