chore: release v0.1.10 with event ID generation and cache fixes

This commit is contained in:
ysq
2025-08-05 14:40:07 +08:00
parent c0af0bf738
commit f700481f1f
6 changed files with 23 additions and 15 deletions
+2 -2
View File
@@ -41,14 +41,14 @@ git clone https://github.com/0xfnzero/solana-streamer
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.9" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.10" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = "0.1.9"
solana-streamer-sdk = "0.1.10"
```
## 使用示例