This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 358f649 chore: Update repository and remove deprecated authors field
(#5)
358f649 is described below
commit 358f649160ca510ddd5d7ae2c76033a415a3c3af
Author: Xuanwo <[email protected]>
AuthorDate: Tue Sep 24 14:03:22 2024 +0800
chore: Update repository and remove deprecated authors field (#5)
* chore: Update repository and remove deprecated authors field
* remove refer
* remove refer in wasm
---
Cargo.toml | 3 +--
avro/Cargo.toml | 1 -
avro_derive/Cargo.toml | 1 -
avro_test_helper/Cargo.toml | 1 -
wasm-demo/Cargo.toml | 1 -
5 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 51d3b10..5d70aa6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,9 +30,8 @@ resolver = "2"
[workspace.package]
version = "0.18.0"
-authors = ["Apache Avro team <[email protected]>"]
license = "Apache-2.0"
-repository = "https://github.com/apache/avro"
+repository = "https://github.com/apache/avro-rs"
edition = "2021"
rust-version = "1.73.0"
keywords = ["avro", "data", "serialization"]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index bb23637..52f0a52 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -20,7 +20,6 @@ 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
repository.workspace = true
edition.workspace = true
diff --git a/avro_derive/Cargo.toml b/avro_derive/Cargo.toml
index 6ca57bf..0b8fd28 100644
--- a/avro_derive/Cargo.toml
+++ b/avro_derive/Cargo.toml
@@ -18,7 +18,6 @@
[package]
name = "apache-avro-derive"
version.workspace = true
-authors.workspace = true
description = "A library for deriving Avro schemata from Rust structs and
enums"
license.workspace = true
repository.workspace = true
diff --git a/avro_test_helper/Cargo.toml b/avro_test_helper/Cargo.toml
index 4bb0160..809f615 100644
--- a/avro_test_helper/Cargo.toml
+++ b/avro_test_helper/Cargo.toml
@@ -21,7 +21,6 @@ version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Apache Avro tests helper."
-authors.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["avro", "data", "serialization", "test"]
diff --git a/wasm-demo/Cargo.toml b/wasm-demo/Cargo.toml
index 0abff57..2e22729 100644
--- a/wasm-demo/Cargo.toml
+++ b/wasm-demo/Cargo.toml
@@ -18,7 +18,6 @@
[package]
name = "hello-wasm"
version = "0.1.0"
-authors.workspace = true
description = "A demo project for testing apache_avro in WebAssembly"
license.workspace = true
readme = "README.md"