chore: bump version to 0.1.7

- Improve index parsing logic with better error handling
This commit is contained in:
ysq
2025-07-29 23:11:20 +08:00
parent 0a4be48b99
commit 3e41481cfa
4 changed files with 17 additions and 7 deletions
+2 -2
View File
@@ -33,14 +33,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.6" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.7" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.1.6"
solana-streamer-sdk = "0.1.7"
```
## Usage Examples