Skip to content

Commit 06c2022

Browse files
committed
chore: removes the authors metadata field
See <https://rust-lang.github.io/rfcs/3052-optional-authors-field.html>.
1 parent f4be27f commit 06c2022

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[workspace.package]
22
version = "0.1.0"
3-
authors = ["IOx Project Developers"]
43
edition = "2024"
54
license = "MIT OR Apache-2.0"
65

arrow2bytes/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "datafusion-udf-wasm-arrow2bytes"
33
version.workspace = true
4-
authors.workspace = true
54
edition.workspace = true
65
license.workspace = true
76

guests/bundle/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "datafusion-udf-wasm-bundle"
33
version.workspace = true
4-
authors.workspace = true
54
edition.workspace = true
65
license.workspace = true
76

guests/python/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "datafusion-udf-wasm-python"
33
version.workspace = true
4-
authors.workspace = true
54
edition.workspace = true
65
license.workspace = true
76

guests/rust/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "datafusion-udf-wasm-guest"
33
version.workspace = true
4-
authors.workspace = true
54
edition.workspace = true
65
license.workspace = true
76

host/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "datafusion-udf-wasm-host"
33
version.workspace = true
4-
authors.workspace = true
54
edition.workspace = true
65
license.workspace = true
76

0 commit comments

Comments
 (0)