docs: sync README and README_CN version to 3.6.5

Made-with: Cursor
This commit is contained in:
Wood
2026-03-17 17:51:09 +08:00
parent 8c4e3ee0c5
commit 6ea8c27824
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -90,14 +90,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.4" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.5" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.6.4"
sol-trade-sdk = "3.6.5"
```
## 🛠️ Usage Examples
+2 -2
View File
@@ -90,14 +90,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.4" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.5" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = "3.6.4"
sol-trade-sdk = "3.6.5"
```
## 🛠️ 使用示例