From e67a21df58919d6ab56ff4bd505ef70c8b674941 Mon Sep 17 00:00:00 2001 From: Wood Date: Thu, 26 Feb 2026 01:03:34 +0800 Subject: [PATCH] chore: bump README dependency examples to 3.5.1 Co-authored-by: Cursor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43947e5..41becb9 100644 --- a/README.md +++ b/README.md @@ -101,14 +101,14 @@ Add the dependency to your `Cargo.toml`: ```toml # Add to your Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.0" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.5.1" } ``` ### Use crates.io ```toml # Add to your Cargo.toml -sol-trade-sdk = "3.5.0" +sol-trade-sdk = "3.5.1" ``` ## 🛠️ Usage Examples