chore: bump to v0.3.1

- Update solana-streamer-sdk to 0.2.1
- Fix missing PDA accounts in PumpFun sell instruction
This commit is contained in:
ysq
2025-08-11 22:03:26 +08:00
parent 7dd77838d6
commit 1c43a519b2
4 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -31,14 +31,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.3.0" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.3.1" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.3.0"
sol-trade-sdk = "0.3.1"
```
## Usage Examples