feat: upgrade dependencies and bump to v0.2.15

This commit is contained in:
ysq
2025-08-05 18:28:13 +08:00
parent 1f7e60bf93
commit 49acf2d7f7
4 changed files with 25 additions and 25 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.14" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.15" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.2.14"
sol-trade-sdk = "0.2.15"
```
## Usage Examples