mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-25 23:08:05 +00:00
chore: release v0.1.10 with event ID generation and cache fixes
This commit is contained in:
+2
-2
@@ -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"
|
||||
```
|
||||
|
||||
## 使用示例
|
||||
|
||||
Reference in New Issue
Block a user