From 6ea8c278241d55ee88493909170950db37fe32c9 Mon Sep 17 00:00:00 2001 From: Wood Date: Tue, 17 Mar 2026 17:51:09 +0800 Subject: [PATCH] docs: sync README and README_CN version to 3.6.5 Made-with: Cursor --- README.md | 4 ++-- README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b732646..3d869f9 100644 --- a/README.md +++ b/README.md @@ -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.6.4" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.5" } ``` ### Use crates.io ```toml # Add to your Cargo.toml -sol-trade-sdk = "3.6.4" +sol-trade-sdk = "3.6.5" ``` ## 🛠️ Usage Examples diff --git a/README_CN.md b/README_CN.md index 19365f2..67c1741 100755 --- a/README_CN.md +++ b/README_CN.md @@ -90,14 +90,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.4" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.5" } ``` ### 使用 crates.io ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = "3.6.4" +sol-trade-sdk = "3.6.5" ``` ## 🛠️ 使用示例