feat: bump to v0.6.11 with dependency updates

- Update solana-streamer-sdk to 0.4.9
- Increase transaction confirmation timeout to 10s
- Update documentation version references
This commit is contained in:
ysq
2025-09-14 01:21:28 +08:00
parent e52841dc73
commit 206baca025
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.6.10"
version = "0.6.11"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",
@@ -37,7 +37,7 @@ members = [
crate-type = ["cdylib", "rlib"]
[dependencies]
solana-streamer-sdk = "0.4.8"
solana-streamer-sdk = "0.4.9"
solana-sdk = "2.3.0"
solana-client = "2.3.6"
solana-program = "2.3.0"