From 585b8ff185e791b13a416b32fd6654b300a12c95 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:02:33 +0100 Subject: [PATCH] chore(cargo): remove deprecated package authors field --- bindgen-cli/Cargo.toml | 3 --- bindgen-integration/Cargo.toml | 1 - bindgen-tests/tests/expectations/Cargo.toml | 5 ----- bindgen/Cargo.toml | 6 ------ 4 files changed, 15 deletions(-) diff --git a/bindgen-cli/Cargo.toml b/bindgen-cli/Cargo.toml index bcc26534ef..35d67c3977 100644 --- a/bindgen-cli/Cargo.toml +++ b/bindgen-cli/Cargo.toml @@ -1,9 +1,6 @@ lints.workspace = true [package] -authors = [ - "The rust-bindgen project contributors", -] description = "Automatically generates Rust FFI bindings to C and C++ libraries." keywords = ["bindings", "ffi", "code-generation"] categories = ["external-ffi-bindings", "development-tools::ffi"] diff --git a/bindgen-integration/Cargo.toml b/bindgen-integration/Cargo.toml index 6bd512f0ee..17b61afa26 100644 --- a/bindgen-integration/Cargo.toml +++ b/bindgen-integration/Cargo.toml @@ -4,7 +4,6 @@ lints.workspace = true name = "bindgen-integration" description = "A package to test various bindgen features" version = "0.1.0" -authors = ["Emilio Cobos Álvarez "] publish = false build = "build.rs" rust-version.workspace = true diff --git a/bindgen-tests/tests/expectations/Cargo.toml b/bindgen-tests/tests/expectations/Cargo.toml index 975fd16678..e2f1300f9d 100644 --- a/bindgen-tests/tests/expectations/Cargo.toml +++ b/bindgen-tests/tests/expectations/Cargo.toml @@ -2,11 +2,6 @@ name = "tests_expectations" description = "bindgen results when ran on ../headers/*" version = "0.0.0" -authors = [ - "Jyun-Yan You ", - "Emilio Cobos Álvarez ", - "The Servo project developers", -] publish = false rust-version.workspace = true edition.workspace = true diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index 786d147765..8e7207e4d5 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -1,12 +1,6 @@ lints.workspace = true [package] -authors = [ - "Jyun-Yan You ", - "Emilio Cobos Álvarez ", - "Nick Fitzgerald ", - "The Servo project developers", -] description = "Automatically generates Rust FFI bindings to C and C++ libraries." keywords = ["bindings", "ffi", "code-generation"] categories = ["external-ffi-bindings", "development-tools::ffi"]