feat: upgrade to v0.3.7

This commit is contained in:
ysq
2025-08-22 15:19:11 +08:00
parent 9ec7194d2a
commit 92fd3ad5f4
5 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -45,14 +45,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.3.6" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.3.7" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.3.6"
solana-streamer-sdk = "0.3.7"
```
## Usage Examples