This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/avro-rs.git
commit 843cd6594422bf07b76cad99c3740ad7da33936f Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Thu Nov 13 14:57:13 2025 +0200 Bump the version to 0.22.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- avro/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d5c177..809c3f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "apache-avro" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "apache-avro-derive", @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "apache-avro-derive" -version = "0.21.0" +version = "0.22.0" dependencies = [ "apache-avro", "darling", @@ -98,7 +98,7 @@ dependencies = [ [[package]] name = "apache-avro-test-helper" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 569af68..8a175b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.21.0" +version = "0.22.0" license = "Apache-2.0" repository = "https://github.com/apache/avro-rs" edition = "2024" diff --git a/avro/Cargo.toml b/avro/Cargo.toml index 95adecd..d3e28fd 100644 --- a/avro/Cargo.toml +++ b/avro/Cargo.toml @@ -53,7 +53,7 @@ harness = false name = "single" [dependencies] -apache-avro-derive = { default-features = false, version = "0.21.0", path = "../avro_derive", optional = true } +apache-avro-derive = { default-features = false, version = "0.22.0", path = "../avro_derive", optional = true } bigdecimal = { default-features = false, version = "0.4.9", features = ["std", "serde"] } bon = { default-features = false, version = "3.8.1" } bzip2 = { version = "0.6.1", optional = true } @@ -83,7 +83,7 @@ rand = { default-features = false, version = "0.9.2", features = ["default"] } [dev-dependencies] anyhow = { default-features = false, version = "1.0.100", features = ["std"] } -apache-avro-test-helper = { default-features = false, version = "0.21.0", path = "../avro_test_helper" } +apache-avro-test-helper = { default-features = false, version = "0.22.0", path = "../avro_test_helper" } criterion = { default-features = false, version = "0.7.0" } hex-literal = { default-features = false, version = "1.1.0" } md-5 = { default-features = false, version = "0.10.6" }
