feat: Upgrade SDK version to 0.2.5 and enhance PumpSwap functionality

- Upgrade SDK version from 0.2.4 to 0.2.5
- Update solana-streamer-sdk dependency from 0.1.3 to 0.1.4
- Enhance PumpSwap examples with pool address parameter support
This commit is contained in:
ysq
2025-07-25 16:55:33 +08:00
parent 7a05ec216c
commit 92bc7aecfa
4 changed files with 34 additions and 13 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
repository = "https://github.com/0xfnzero/sol-trade-sdk"
@@ -13,7 +13,7 @@ readme = "README.md"
crate-type = ["cdylib", "rlib"]
[dependencies]
solana-streamer-sdk = "0.1.3"
solana-streamer-sdk = "0.1.4"
solana-sdk = "2.1.16"
solana-client = "2.1.16"
solana-program = "2.1.16"