From cef29571faf0814ed3df5ae656ce69a3336a1598 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Mon, 5 Aug 2024 20:16:56 +0300 Subject: [PATCH] Revert "Release 0.17.1" This commit was made by mistake while experimenting with `cargo workspace` plugin This reverts commit 73797ba7d99a3422d30d63c11cd41ea4413614e2. --- lang/rust/Cargo.lock | 6 +++--- lang/rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index beba8a60d82..b6271c300e7 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -70,7 +70,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "apache-avro" -version = "0.17.1" +version = "0.17.0" dependencies = [ "anyhow", "apache-avro-derive", @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "apache-avro-derive" -version = "0.17.1" +version = "0.17.0" dependencies = [ "apache-avro", "darling", @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "apache-avro-test-helper" -version = "0.17.1" +version = "0.17.0" dependencies = [ "anyhow", "better-panic", diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml index 57a722a5f57..b3b4ad47fef 100644 --- a/lang/rust/Cargo.toml +++ b/lang/rust/Cargo.toml @@ -29,7 +29,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.17.1" +version = "0.17.0" authors = ["Apache Avro team "] license = "Apache-2.0" repository = "https://github.com/apache/avro"