chore: release v3.5.6

Made-with: Cursor
This commit is contained in:
Wood
2026-02-28 01:01:44 +08:00
parent 5335a4f5ff
commit 925b89db80
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "3.5.5"
version = "3.5.6"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",
+2 -2
View File
@@ -89,14 +89,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.5" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.6" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.5.5"
sol-trade-sdk = "3.5.6"
```
## 🛠️ Usage Examples
+2 -2
View File
@@ -89,14 +89,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.5" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.6" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
sol-trade-sdk = "3.5.5"
sol-trade-sdk = "3.5.6"
```
## 🛠️ 使用示例