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 1e2e12a33 AVRO-3875: [Rust]: Set "readme" metadata for each package
separately (#2524)
1e2e12a33 is described below
commit 1e2e12a3321113d2dec0fd6cf04c39c5ac4cb855
Author: Martin Grigorov <[email protected]>
AuthorDate: Wed Sep 27 11:24:23 2023 +0300
AVRO-3875: [Rust]: Set "readme" metadata for each package separately (#2524)
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit ff29c250dd63674eef101d4aab8d25e9a70acc4a)
---
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 2fa7b1562..5674935b5 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -32,7 +32,6 @@ resolver = "2"
version = "0.17.0"
authors = ["Apache Avro team <[email protected]>"]
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 5a81d1983..163bbfe00 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]