docs(readme): bump crates.io examples to v4.0.7

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
0xfnzero
2026-05-06 00:40:09 +08:00
parent 75bfbf6d54
commit 7a8d2a9c17
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -101,14 +101,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.3" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.7" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "4.0.3"
sol-trade-sdk = "4.0.7"
```
## 🛠️ Usage Examples
+2 -2
View File
@@ -102,14 +102,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.3" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.7" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = "4.0.3"
sol-trade-sdk = "4.0.7"
```
## 🛠️ 使用示例