From f5d5a28c09da6d9bf145480e01119236e21fcbce Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Mon, 29 Jul 2024 18:00:05 -0700 Subject: [PATCH] Remove authors from Cargo.toml Per RFC 3052: https://rust-lang.github.io/rfcs/3052-optional-authors-field.html --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50a1ec31..80c945b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "rustls-ffi" version = "0.13.0" -authors = ["Jacob Hoffman-Andrews "] license = "Apache-2.0 OR ISC OR MIT" readme = "README-crates.io.md" description = "Rustls bindings for non-Rust languages"