This commit is contained in:
ysq
2025-09-12 10:13:21 +08:00
parent 008694daf8
commit bbad566c3b
4 changed files with 33 additions and 20 deletions
+2 -2
View File
@@ -89,14 +89,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.7" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.8" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.6.7"
sol-trade-sdk = "0.6.8"
```
## 🛠️ Usage Examples