feat: upgrade to v0.3.3

This commit is contained in:
ysq
2025-08-12 11:39:37 +08:00
parent 2103ac30be
commit 069c5e3d21
6 changed files with 183 additions and 9 deletions
+2 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.3.2"
version = "0.3.3"
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.2.3"
solana-streamer-sdk = "0.2.4"
solana-sdk = "2.3.0"
solana-client = "2.3.6"
solana-program = "2.3.0"
@@ -67,5 +67,4 @@ bytemuck = { version = "1.4.0" }
arrayref = "0.3.6"
borsh-derive = "1.5.5"
indicatif = "0.18.0"
pumpfun_program = { version = "4.3.0", package = "pumpfun" }
solana-system-interface = "1.0.0"