feat: upgrade to v0.2.2

This commit is contained in:
ysq
2025-08-12 10:24:49 +08:00
parent 8e3d64a09c
commit 9dfa295133
4 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -42,14 +42,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.2.1" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.2.2" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.2.1"
solana-streamer-sdk = "0.2.2"
```
## Usage Examples