feat: add trade type parameter and bump version to 1.1.1

This commit is contained in:
ysq
2025-09-22 01:25:32 +08:00
parent 334e685104
commit 020187a57a
8 changed files with 19 additions and 11 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.1.0" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "1.1.1" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "1.1.0"
sol-trade-sdk = "1.1.1"
```
## 🛠️ Usage Examples