feat: upgrade to v0.4.0

This commit is contained in:
ysq
2025-08-31 22:26:35 +08:00
parent ec70383d89
commit 07bb110dc0
3 changed files with 5 additions and 5 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.3.10" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.4.0" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.3.10"
solana-streamer-sdk = "0.4.0"
```
## Configuration System