From 428e272623acf7418dd261d474e7e2229675e6c7 Mon Sep 17 00:00:00 2001 From: ysq Date: Tue, 4 Nov 2025 23:58:11 +0800 Subject: [PATCH] feat: upgrade to v3.1.6 --- Cargo.toml | 4 +--- README.md | 4 ++-- README_CN.md | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1d03fa..3211537 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sol-trade-sdk" -version = "3.1.5" +version = "3.1.6" edition = "2021" authors = [ "William ", @@ -67,8 +67,6 @@ bs58 = "0.5.1" rand = "0.9.0" bincode = "1.3.3" anyhow = "1.0.90" -yellowstone-grpc-client = { version = "9.0.0" } -yellowstone-grpc-proto = { version = "9.0.0" } reqwest = { version = "0.12.12", features = ["json", "multipart"] } tokio = { version = "1.42.0" , features = ["full", "rt-multi-thread"]} tonic = { version = "0.14.2", features = ["transport"] } diff --git a/README.md b/README.md index 481da11..34d0d83 100644 --- a/README.md +++ b/README.md @@ -87,14 +87,14 @@ Add the dependency to your `Cargo.toml`: ```toml # Add to your Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.1.5" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.1.6" } ``` ### Use crates.io ```toml # Add to your Cargo.toml -sol-trade-sdk = "3.1.5" +sol-trade-sdk = "3.1.6" ``` ## 🛠️ Usage Examples diff --git a/README_CN.md b/README_CN.md index b7e74ad..3c5b6d5 100755 --- a/README_CN.md +++ b/README_CN.md @@ -87,14 +87,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.1.5" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.1.6" } ``` ### 使用 crates.io ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = "3.1.5" +sol-trade-sdk = "3.1.6" ``` ## 🛠️ 使用示例