chore: bump version to 0.3.0 and update solana-streamer-sdk to 0.2.0

This commit is contained in:
ysq
2025-08-11 01:12:18 +08:00
parent 3006bd0ced
commit 651a4c9ab0
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.2.15"
version = "0.3.0"
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.11"
solana-streamer-sdk = "0.2.0"
solana-sdk = "2.3.0"
solana-client = "2.3.6"
solana-program = "2.3.0"