feat: upgrade to v0.4.13

This commit is contained in:
ysq
2025-09-20 00:22:44 +08:00
parent 5acf69714d
commit 938039adee
3 changed files with 5 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.12" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.13" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.4.12"
solana-streamer-sdk = "0.4.13"
```
## ⚙️ Configuration System