feat: upgrade to v0.4.11

This commit is contained in:
ysq
2025-09-15 00:01:07 +08:00
parent 317e990ed2
commit 4dd19d6ca1
4 changed files with 8 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.10" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.11" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.4.10"
solana-streamer-sdk = "0.4.11"
```
## ⚙️ Configuration System