chore: bump version to 0.2.8 and update dependencies

This commit is contained in:
ysq
2025-07-29 23:15:53 +08:00
parent 769d898088
commit e09d42531d
3 changed files with 6 additions and 6 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.8" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.9" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.2.8"
sol-trade-sdk = "0.2.9"
```
## Usage Examples