feat: upgrade to v1.0.2

This commit is contained in:
ysq
2025-09-20 00:52:37 +08:00
parent afc34f57fc
commit 4df22f2057
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -87,14 +87,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "1.0.1" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "1.0.2" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "1.0.1"
sol-trade-sdk = "1.0.2"
```
## 🛠️ Usage Examples