From e09d42531d874c45e8d95fdd2b60f8d62c383dc9 Mon Sep 17 00:00:00 2001 From: ysq Date: Tue, 29 Jul 2025 23:15:53 +0800 Subject: [PATCH] chore: bump version to 0.2.8 and update dependencies --- Cargo.toml | 4 ++-- README.md | 4 ++-- README_CN.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06ffc80..2a66a17 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sol-trade-sdk" -version = "0.2.8" +version = "0.2.9" edition = "2021" authors = ["William ", "sgxiang ", "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.6" +solana-streamer-sdk = "0.1.7" solana-sdk = "2.1.16" solana-client = "2.1.16" solana-program = "2.1.16" diff --git a/README.md b/README.md index 1eb9ba7..791362a 100755 --- a/README.md +++ b/README.md @@ -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.2.8" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.9" } ``` ### Use crates.io ```toml # Add to your Cargo.toml -sol-trade-sdk = "0.2.8" +sol-trade-sdk = "0.2.9" ``` ## Usage Examples diff --git a/README_CN.md b/README_CN.md index 3a92665..80e0164 100755 --- a/README_CN.md +++ b/README_CN.md @@ -31,14 +31,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.8" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.2.9" } ``` ### 使用 crates.io ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = "0.2.8" +sol-trade-sdk = "0.2.9" ``` ## 使用示例