mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-24 14:28:10 +00:00
chore: bump version to 1.1.5
Update package version from 1.1.4 to 1.1.5 in Cargo.toml and documentation. This release includes recent improvements from merged pull requests: - Increase minimum accounts check from 11 to 13 for PumpSwap parser - Refactor event parser core implementation
This commit is contained in:
@@ -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.4" }
|
||||
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.5" }
|
||||
```
|
||||
|
||||
### Use crates.io
|
||||
|
||||
```toml
|
||||
# Add to your Cargo.toml
|
||||
solana-streamer-sdk = "1.1.4"
|
||||
solana-streamer-sdk = "1.1.5"
|
||||
```
|
||||
|
||||
## 🔄 Migration Guide
|
||||
|
||||
Reference in New Issue
Block a user