feat: upgrade to v0.4.5

This commit is contained in:
ysq
2025-09-10 11:54:59 +08:00
parent e3b763f0ca
commit d955cec83f
4 changed files with 27 additions and 34 deletions
+2 -2
View File
@@ -46,14 +46,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.3" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.5" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.4.3"
solana-streamer-sdk = "0.4.5"
```
## Configuration System