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 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.14" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.15" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = "0.2.14"
sol-trade-sdk = "0.2.15"
```
## 使用示例