mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-25 14:58:05 +00:00
chore: bump version to 0.1.7
- Improve index parsing logic with better error handling
This commit is contained in:
+2
-2
@@ -33,14 +33,14 @@ git clone https://github.com/0xfnzero/solana-streamer
|
||||
|
||||
```toml
|
||||
# 添加到您的 Cargo.toml
|
||||
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.6" }
|
||||
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.7" }
|
||||
```
|
||||
|
||||
### 使用 crates.io
|
||||
|
||||
```toml
|
||||
# 添加到您的 Cargo.toml
|
||||
solana-streamer-sdk = "0.1.6"
|
||||
solana-streamer-sdk = "0.1.7"
|
||||
```
|
||||
|
||||
## 使用示例
|
||||
|
||||
Reference in New Issue
Block a user