feat: upgrade to v0.2.4

This commit is contained in:
ysq
2025-08-12 11:34:26 +08:00
parent 5d1efa3c1e
commit c753c8418d
4 changed files with 6 additions and 8 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.3" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.2.4" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.2.3"
solana-streamer-sdk = "0.2.4"
```
## Usage Examples