feat: upgrade to v0.4.10

This commit is contained in:
ysq
2025-09-14 23:26:21 +08:00
parent 7aad371076
commit 317e990ed2
4 changed files with 23 additions and 5 deletions
+2 -2
View File
@@ -108,14 +108,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.9" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.10" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.4.9"
solana-streamer-sdk = "0.4.10"
```
## ⚙️ Configuration System