chore: bump README dependency examples to 3.5.1

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Wood
2026-02-26 01:03:34 +08:00
co-authored by Cursor
parent 147c6068d1
commit e67a21df58
+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 = "3.5.0" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.1" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.5.0"
sol-trade-sdk = "3.5.1"
```
## 🛠️ Usage Examples