feat: upgrade to v0.2.3

This commit is contained in:
ysq
2025-08-12 10:31:55 +08:00
parent 9dfa295133
commit 5d1efa3c1e
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.2" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.2.3" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.2.2"
solana-streamer-sdk = "0.2.3"
```
## Usage Examples