[prev in list] [next in list] [prev in thread] [next in thread] 

List:       avro-commits
Subject:    [avro] 01/01: AVRO-3875: [Rust]: Set "readme" metadata for each package separately
From:       mgrigorov () apache ! org
Date:       2023-09-26 7:23:34
Message-ID: 20230926072333.50FC4440508 () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch AVRO-3875-fix-readme
in repository https://gitbox.apache.org/repos/asf/avro.git

commit bba9d0105e0819d605e6f756e7dec21415b21dd1
Author: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
AuthorDate: Tue Sep 26 10:23:03 2023 +0300

    AVRO-3875: [Rust]: Set "readme" metadata for each package separately
    
    Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
---
 lang/rust/Cargo.toml                  | 1 -
 lang/rust/avro/Cargo.toml             | 2 +-
 lang/rust/avro_derive/Cargo.toml      | 2 +-
 lang/rust/avro_test_helper/Cargo.toml | 2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index ba89acf88..801fa64b6 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -32,7 +32,6 @@ resolver = "2"
 version = "0.16.0"
 authors = ["Apache Avro team <dev@avro.apache.org>"]
 license = "Apache-2.0"
-readme = "README.md"
 repository = "https://github.com/apache/avro"
 edition = "2021"
 rust-version = "1.65.0"
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 9c4414571..c12946a6e 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -18,10 +18,10 @@
 [package]
 name = "apache-avro"
 description = "A library for working with Apache Avro in Rust"
+readme = "README.md"
 version.workspace = true
 authors.workspace = true
 license.workspace = true
-readme.workspace = true
 repository.workspace = true
 edition.workspace = true
 rust-version.workspace = true
diff --git a/lang/rust/avro_derive/Cargo.toml b/lang/rust/avro_derive/Cargo.toml
index 30cd748bc..88c2f7207 100644
--- a/lang/rust/avro_derive/Cargo.toml
+++ b/lang/rust/avro_derive/Cargo.toml
@@ -21,13 +21,13 @@ version.workspace = true
 authors.workspace = true
 description = "A library for deriving Avro schemata from Rust structs and enums"
 license.workspace = true
-readme.workspace = true
 repository.workspace = true
 edition.workspace = true
 rust-version.workspace = true
 keywords = ["avro", "data", "serialization", "derive"]
 categories.workspace = true
 documentation = "https://docs.rs/apache-avro-derive"
+readme = "README.md"
 
 [lib]
 proc-macro = true
diff --git a/lang/rust/avro_test_helper/Cargo.toml b/lang/rust/avro_test_helper/Cargo.toml
index 3330dce24..ce26ddbda 100644
--- a/lang/rust/avro_test_helper/Cargo.toml
+++ b/lang/rust/avro_test_helper/Cargo.toml
@@ -23,11 +23,11 @@ rust-version.workspace = true
 description = "Apache Avro tests helper."
 authors.workspace = true
 license.workspace = true
-readme.workspace = true
 repository.workspace = true
 keywords = ["avro", "data", "serialization", "test"]
 categories.workspace = true
 documentation = "https://docs.rs/apache-avro-test-helper"
+readme = "README.md"
 
 
 [dependencies]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic