feat: upgrade to v3.1.6

This commit is contained in:
ysq
2025-11-04 23:58:11 +08:00
parent ea3d36aa87
commit 428e272623
3 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "sol-trade-sdk" name = "sol-trade-sdk"
version = "3.1.5" version = "3.1.6"
edition = "2021" edition = "2021"
authors = [ authors = [
"William <byteblock6@gmail.com>", "William <byteblock6@gmail.com>",
@@ -67,8 +67,6 @@ bs58 = "0.5.1"
rand = "0.9.0" rand = "0.9.0"
bincode = "1.3.3" bincode = "1.3.3"
anyhow = "1.0.90" 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"] } reqwest = { version = "0.12.12", features = ["json", "multipart"] }
tokio = { version = "1.42.0" , features = ["full", "rt-multi-thread"]} tokio = { version = "1.42.0" , features = ["full", "rt-multi-thread"]}
tonic = { version = "0.14.2", features = ["transport"] } tonic = { version = "0.14.2", features = ["transport"] }
+2 -2
View File
@@ -87,14 +87,14 @@ Add the dependency to your `Cargo.toml`:
```toml ```toml
# Add to your Cargo.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 ### Use crates.io
```toml ```toml
# Add to your Cargo.toml # Add to your Cargo.toml
sol-trade-sdk = "3.1.5" sol-trade-sdk = "3.1.6"
``` ```
## 🛠️ Usage Examples ## 🛠️ Usage Examples
+2 -2
View File
@@ -87,14 +87,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml ```toml
# 添加到您的 Cargo.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 ### 使用 crates.io
```toml ```toml
# 添加到您的 Cargo.toml # 添加到您的 Cargo.toml
sol-trade-sdk = "3.1.5" sol-trade-sdk = "3.1.6"
``` ```
## 🛠️ 使用示例 ## 🛠️ 使用示例