feat: v1.0.1 - add custom compute unit limit support

Add custom_cu_limit parameter to parallel trading functions, allowing users to override default compute unit limits for both buy and sell operations.
This commit is contained in:
ysq
2025-09-17 00:26:51 +08:00
parent c5ff7c1cbb
commit da28f40889
4 changed files with 13 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.0" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "1.0.1" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "1.0.0"
sol-trade-sdk = "1.0.1"
```
## 🛠️ Usage Examples