feat: upgrade to v0.6.12

This commit is contained in:
ysq
2025-09-14 23:28:45 +08:00
parent 206baca025
commit 1192730e22
4 changed files with 15 additions and 15 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 = "0.6.11" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.12" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.6.11"
sol-trade-sdk = "0.6.12"
```
## 🛠️ Usage Examples