This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch fix_benchmark_plots2
in repository https://gitbox.apache.org/repos/asf/fory-site.git

commit 751b8cc550226cf1bb1efad59ba17b3160ecaea9
Author: chaokunyang <[email protected]>
AuthorDate: Tue Dec 16 00:29:12 2025 +0800

    fix rust version
---
 docs/docs/guide/rust/index.md                                           | 2 +-
 docs/docs/guide/xlang/getting-started.md                                | 2 +-
 docs/docs/start/install.md                                              | 2 +-
 .../docusaurus-plugin-content-docs/current/docs/guide/rust_guide.md     | 2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md | 2 +-
 .../version-0.13/docs/guide/rust_guide.md                               | 2 +-
 .../docusaurus-plugin-content-docs/version-0.13/docs/start/install.md   | 2 +-
 .../version-0.14/docs/guide/rust/index.md                               | 2 +-
 .../version-0.14/docs/guide/xlang/getting-started.md                    | 2 +-
 .../docusaurus-plugin-content-docs/version-0.14/docs/start/install.md   | 2 +-
 versioned_docs/version-0.13/docs/guide/rust_guide.md                    | 2 +-
 versioned_docs/version-0.13/docs/start/install.md                       | 2 +-
 versioned_docs/version-0.14/docs/guide/rust/index.md                    | 2 +-
 versioned_docs/version-0.14/docs/guide/xlang/getting-started.md         | 2 +-
 versioned_docs/version-0.14/docs/start/install.md                       | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/docs/docs/guide/rust/index.md b/docs/docs/guide/rust/index.md
index fe4ba0ae5..f4d4c243b 100644
--- a/docs/docs/guide/rust/index.md
+++ b/docs/docs/guide/rust/index.md
@@ -47,7 +47,7 @@ Add Apache Fory™ to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 ### Basic Example
diff --git a/docs/docs/guide/xlang/getting-started.md 
b/docs/docs/guide/xlang/getting-started.md
index 3645d77d3..a7f8cccef 100644
--- a/docs/docs/guide/xlang/getting-started.md
+++ b/docs/docs/guide/xlang/getting-started.md
@@ -57,7 +57,7 @@ go get github.com/apache/fory/go/fory
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 ### JavaScript
diff --git a/docs/docs/start/install.md b/docs/docs/start/install.md
index 232513340..9f74b77c4 100644
--- a/docs/docs/start/install.md
+++ b/docs/docs/start/install.md
@@ -93,7 +93,7 @@ pip install pyfory==0.14.0
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 or just execute command:
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/rust_guide.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/rust_guide.md
index 8342e9466..15860e6dc 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/rust_guide.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/rust_guide.md
@@ -49,7 +49,7 @@ Rust 实现提供了多功能的高性能序列化,具备自动内存管理和
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 ### 基本示例
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
index efe9cac98..79356fa79 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md
@@ -91,7 +91,7 @@ pip install pyfory==0.14.0
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 或者直接执行以下命令:
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/guide/rust_guide.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/guide/rust_guide.md
index 8342e9466..15860e6dc 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/guide/rust_guide.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/guide/rust_guide.md
@@ -49,7 +49,7 @@ Rust 实现提供了多功能的高性能序列化,具备自动内存管理和
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 ### 基本示例
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
index 29f376490..f729640f8 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md
@@ -91,7 +91,7 @@ pip install pyfory==0.13.2
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 或者直接执行以下命令:
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/rust/index.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/rust/index.md
index 26ef86502..87db09bd1 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/rust/index.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/rust/index.md
@@ -47,7 +47,7 @@ Rust 实现提供多功能的高性能序列化,具有自动内存管理和编
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 ### 基础示例
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/xlang/getting-started.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/xlang/getting-started.md
index b21619774..2efe0dc5b 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/xlang/getting-started.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/guide/xlang/getting-started.md
@@ -57,7 +57,7 @@ go get github.com/apache/fory/go/fory
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 ### JavaScript
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/start/install.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/start/install.md
index efe9cac98..79356fa79 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/start/install.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.14/docs/start/install.md
@@ -91,7 +91,7 @@ pip install pyfory==0.14.0
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 或者直接执行以下命令:
diff --git a/versioned_docs/version-0.13/docs/guide/rust_guide.md 
b/versioned_docs/version-0.13/docs/guide/rust_guide.md
index 9743b3bff..49d637f27 100644
--- a/versioned_docs/version-0.13/docs/guide/rust_guide.md
+++ b/versioned_docs/version-0.13/docs/guide/rust_guide.md
@@ -49,7 +49,7 @@ Add Apache Fory™ to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 ### Basic Example
diff --git a/versioned_docs/version-0.13/docs/start/install.md 
b/versioned_docs/version-0.13/docs/start/install.md
index b7ce73340..e000a8f58 100644
--- a/versioned_docs/version-0.13/docs/start/install.md
+++ b/versioned_docs/version-0.13/docs/start/install.md
@@ -93,7 +93,7 @@ pip install pyfory==0.13.2
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 or just execute command:
diff --git a/versioned_docs/version-0.14/docs/guide/rust/index.md 
b/versioned_docs/version-0.14/docs/guide/rust/index.md
index fe4ba0ae5..f4d4c243b 100644
--- a/versioned_docs/version-0.14/docs/guide/rust/index.md
+++ b/versioned_docs/version-0.14/docs/guide/rust/index.md
@@ -47,7 +47,7 @@ Add Apache Fory™ to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 ### Basic Example
diff --git a/versioned_docs/version-0.14/docs/guide/xlang/getting-started.md 
b/versioned_docs/version-0.14/docs/guide/xlang/getting-started.md
index 3645d77d3..a7f8cccef 100644
--- a/versioned_docs/version-0.14/docs/guide/xlang/getting-started.md
+++ b/versioned_docs/version-0.14/docs/guide/xlang/getting-started.md
@@ -57,7 +57,7 @@ go get github.com/apache/fory/go/fory
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 ### JavaScript
diff --git a/versioned_docs/version-0.14/docs/start/install.md 
b/versioned_docs/version-0.14/docs/start/install.md
index 232513340..9f74b77c4 100644
--- a/versioned_docs/version-0.14/docs/start/install.md
+++ b/versioned_docs/version-0.14/docs/start/install.md
@@ -93,7 +93,7 @@ pip install pyfory==0.14.0
 
 ```toml
 [dependencies]
-fory = "0.13"
+fory = "0.14"
 ```
 
 or just execute command:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to