feat: bump to v0.6.11 with dependency updates
- Update solana-streamer-sdk to 0.4.9 - Increase transaction confirmation timeout to 10s - Update documentation version references
This commit is contained in:
@@ -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.10" }
|
||||
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.11" }
|
||||
```
|
||||
|
||||
### Use crates.io
|
||||
|
||||
```toml
|
||||
# Add to your Cargo.toml
|
||||
sol-trade-sdk = "0.6.10"
|
||||
sol-trade-sdk = "0.6.11"
|
||||
```
|
||||
|
||||
## 🛠️ Usage Examples
|
||||
|
||||
Reference in New Issue
Block a user