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.git
The following commit(s) were added to refs/heads/main by this push:
new e4cf1f030 chore(rust): revert rust crates version (#3075)
e4cf1f030 is described below
commit e4cf1f030c1dcb7c13c25848c608fe58aa02dd2c
Author: Damon Zhao <[email protected]>
AuthorDate: Mon Dec 22 18:40:45 2025 +0800
chore(rust): revert rust crates version (#3075)
I didn't realize that the version is shared across the entire project,
not a separate version for each language.
I'm very sorry about that.
---
rust/Cargo.toml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 25b4588c3..4b5618825 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -30,7 +30,7 @@ exclude = [
resolver = "2"
[workspace.package]
-version = "0.15.0"
+version = "0.14.0"
rust-version = "1.70"
description = "Apache Fory: Blazingly fast multi-language serialization
framework with trait objects and reference support."
license = "Apache-2.0"
@@ -42,5 +42,5 @@ keywords = ["serialization", "serde", "trait-object",
"zero-copy", "schema-evolu
categories = ["encoding"]
[workspace.dependencies]
-fory-core = { path = "fory-core", version = "0.15.0" }
-fory-derive = { path = "fory-derive", version = "0.15.0" }
+fory-core = { path = "fory-core", version = "0.14.0" }
+fory-derive = { path = "fory-derive", version = "0.14.0" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]