feat: upgrade to v0.2.3

This commit is contained in:
ysq
2025-08-12 10:31:55 +08:00
parent 9dfa295133
commit 5d1efa3c1e
4 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -42,14 +42,14 @@ git clone https://github.com/0xfnzero/solana-streamer
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.2.2" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.2.3" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = "0.2.2"
solana-streamer-sdk = "0.2.3"
```
## 使用示例