This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch rust-bump-version-to-0.18.0 in repository https://gitbox.apache.org/repos/asf/avro.git
commit 59db36eb983e901e353ca1ab986b3e4229b7549f Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Fri Aug 9 11:08:19 2024 +0300 [NO-JIRA] [Rust] Bump the version to 0.18.0 Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> --- lang/rust/Cargo.lock | 6 +++--- lang/rust/Cargo.toml | 2 +- lang/rust/avro/Cargo.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 8935a7912..16abde058 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -70,7 +70,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "apache-avro" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "apache-avro-derive", @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "apache-avro-derive" -version = "0.17.0" +version = "0.18.0" dependencies = [ "apache-avro", "darling", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "apache-avro-test-helper" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "better-panic", diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml index 4039a74ba..82066016d 100644 --- a/lang/rust/Cargo.toml +++ b/lang/rust/Cargo.toml @@ -29,7 +29,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.17.0" +version = "0.18.0" authors = ["Apache Avro team <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/avro" diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index 5555af2db..d704b6930 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -54,7 +54,7 @@ harness = false name = "single" [dependencies] -apache-avro-derive = { default-features = false, version = "0.17.0", path = "../avro_derive", optional = true } +apache-avro-derive = { default-features = false, version = "0.18.0", path = "../avro_derive", optional = true } bigdecimal = { default-features = false, version = "0.4.5", features = ["std", "serde"] } bzip2 = { default-features = false, version = "0.4.4", optional = true } crc32fast = { default-features = false, version = "1.4.2", optional = true } @@ -84,7 +84,7 @@ rand = { default-features = false, version = "0.8.5", features = ["default"] } [dev-dependencies] anyhow = { default-features = false, version = "1.0.86", features = ["std"] } -apache-avro-test-helper = { default-features = false, version = "0.17.0", path = "../avro_test_helper" } +apache-avro-test-helper = { default-features = false, version = "0.18.0", path = "../avro_test_helper" } criterion = { default-features = false, version = "0.5.1" } hex-literal = { default-features = false, version = "0.4.1" } md-5 = { default-features = false, version = "0.10.6" }
