feat: bump to v0.1.1

This commit is contained in:
ysq
2025-07-20 00:39:42 +08:00
parent c1cb1314f3
commit f43d44b350
3 changed files with 21 additions and 3 deletions
+10 -1
View File
@@ -20,6 +20,8 @@ A lightweight Rust library for real-time event streaming from Solana DEX trading
## Installation
### Direct Clone
Clone this project to your project directory:
```bash
@@ -31,7 +33,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.0" }
solana-streamer-sdk = { path = "./solana-streamer", version = "0.1.1" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "0.1.1"
```
## Usage Examples