chore: bump version to 3.3.5 and update examples with optimized token address functions

This commit is contained in:
ysq
2025-11-25 22:18:57 +08:00
parent 277c99a937
commit 6e5362fdd0
7 changed files with 16 additions and 24 deletions
+2 -2
View File
@@ -87,14 +87,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.3.4" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.3.5" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.3.4"
sol-trade-sdk = "3.3.5"
```
## 🛠️ Usage Examples