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]
name = "sol-trade-sdk"
version = "3.1.5"
version = "3.1.6"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",
@@ -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"] }