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

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


The following commit(s) were added to refs/heads/main by this push:
     new 658caf225 πŸ”„ synced local 'docs/guide/' with remote 'docs/guide/'
658caf225 is described below

commit 658caf2257c4a1e0034c3d9ccdba60510c2c5541
Author: chaokunyang <[email protected]>
AuthorDate: Sun Apr 19 16:53:11 2026 +0000

    πŸ”„ synced local 'docs/guide/' with remote 'docs/guide/'
---
 docs/guide/java/compression.md      | 2 +-
 docs/guide/rust/index.md            | 2 +-
 docs/guide/xlang/getting-started.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/guide/java/compression.md b/docs/guide/java/compression.md
index cbe344f00..88cfb70a6 100644
--- a/docs/guide/java/compression.md
+++ b/docs/guide/java/compression.md
@@ -84,7 +84,7 @@ CompressedArraySerializers.registerSerializers(fory);
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-simd</artifactId>
-  <version>0.17.0</version>
+  <version>0.16.0</version>
 </dependency>
 ```
 
diff --git a/docs/guide/rust/index.md b/docs/guide/rust/index.md
index 7e17d6adc..d52a45d52 100644
--- a/docs/guide/rust/index.md
+++ b/docs/guide/rust/index.md
@@ -47,7 +47,7 @@ Add Apache Foryβ„’ to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-fory = "0.17.0"
+fory = "0.13"
 ```
 
 ### Basic Example
diff --git a/docs/guide/xlang/getting-started.md 
b/docs/guide/xlang/getting-started.md
index 039a00a3a..ae0d2a17c 100644
--- a/docs/guide/xlang/getting-started.md
+++ b/docs/guide/xlang/getting-started.md
@@ -57,7 +57,7 @@ go get github.com/apache/fory/go/fory
 
 ```toml
 [dependencies]
-fory = "0.17.0"
+fory = "0.13"
 ```
 
 ### JavaScript


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

Reply via email to