chore: bump version to 1.1.4 and fix subscription filter keys

This commit is contained in:
ysq
2025-11-16 23:30:51 +08:00
parent 4b019e5e01
commit 329405e23f
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -109,14 +109,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.3" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.4" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "1.1.3"
solana-streamer-sdk = "1.1.4"
```
## 🔄 Migration Guide