chore: bump version to 0.2.3 and update dependencies

- Bump sol-trade-sdk version to 0.2.3
- Update solana-streamer-sdk to 0.1.2
- Sync version in documentation
- Exclude examples/ from git tracking
This commit is contained in:
ysq
2025-07-22 00:03:42 +08:00
parent c98d022ae8
commit 4f4edbf00a
4 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -31,14 +31,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.2" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.3" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.2.2"
sol-trade-sdk = "0.2.3"
```
## Usage Examples