chore: release v3.6.0

Made-with: Cursor
This commit is contained in:
Wood
2026-03-09 00:40:59 +08:00
parent 9f79e865ab
commit e16cd6620f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "3.5.7"
version = "3.6.0"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",
+2 -2
View File
@@ -90,14 +90,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.7" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.0" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.5.7"
sol-trade-sdk = "3.6.0"
```
## 🛠️ Usage Examples