This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 757cf6308 Bump the version to 0.17.0
757cf6308 is described below
commit 757cf63084bb07e7be5f2b7eef032b0336d6ed1f
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Sep 26 22:48:51 2023 +0300
Bump the version to 0.17.0
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit b7b7cb96713dd8b54246db416c37e4f5641debd3)
---
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 ba89acf88..2fa7b1562 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 <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 6ef5c28cd..fb60a40a5 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"] }