From b7b7cb96713dd8b54246db416c37e4f5641debd3 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Tue, 26 Sep 2023 22:48:51 +0300 Subject: [PATCH] Bump the version to 0.17.0 Signed-off-by: Martin Tzvetanov Grigorov --- lang/rust/Cargo.toml | 2 +- lang/rust/avro/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml index ba89acf8806..2fa7b1562ea 100644 --- a/lang/rust/Cargo.toml +++ b/lang/rust/Cargo.toml @@ -29,7 +29,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.16.0" +version = "0.17.0" authors = ["Apache Avro team "] license = "Apache-2.0" readme = "README.md" diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index 6ef5c28cda7..fb60a40a5be 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.16.0", path = "../avro_derive", optional = true } +apache-avro-derive = { default-features = false, version = "0.17.0", path = "../avro_derive", optional = true } bzip2 = { default-features = false, version = "0.4.4", optional = true } crc32fast = { default-features = false, version = "1.3.2", optional = true } digest = { default-features = false, version = "0.10.7", features = ["core-api"] }