This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch releases-0.13.1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit cba23bdd6e8ddca8d4a2f82130c19816d69edc19 Author: chaokunyang <[email protected]> AuthorDate: Thu Nov 6 13:00:20 2025 +0800 bump cargo version to 0.13.1 --- rust/fory-derive/Cargo.toml | 2 +- rust/fory/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/fory-derive/Cargo.toml b/rust/fory-derive/Cargo.toml index 8e354cc21..66b854f17 100644 --- a/rust/fory-derive/Cargo.toml +++ b/rust/fory-derive/Cargo.toml @@ -32,7 +32,7 @@ proc-macro = true [dependencies] proc-macro2 = { default-features = false, version = "1.0" } -fory-core = { path = "../fory-core", version = "0.14.0"} +fory-core = { path = "../fory-core", version = "0.13.1"} syn = { default-features = false, version = "2.0", features = [ "parsing", "proc-macro", diff --git a/rust/fory/Cargo.toml b/rust/fory/Cargo.toml index a7e3d7290..a3f42339c 100644 --- a/rust/fory/Cargo.toml +++ b/rust/fory/Cargo.toml @@ -29,5 +29,5 @@ categories.workspace = true description = "Apache Fory: Blazingly fast multi-language serialization framework with trait objects and reference support." [dependencies] -fory-core = { path = "../fory-core", version = "0.14.0"} -fory-derive = { path = "../fory-derive", version = "0.14.0"} +fory-core = { path = "../fory-core", version = "0.13.1"} +fory-derive = { path = "../fory-derive", version = "0.13.1"} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
