From 6454dd6f06597fa123b9892ccd085fe0c5805149 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Tue, 11 Nov 2025 15:03:23 +0100 Subject: [PATCH] meta(cargo): Remove `authors` from `Cargo.toml` The `authors` field is [deprecated](https://doc.rust-lang.org/cargo/reference/manifest.html#the-authors-field), and as it is anyways out-of-date, we should remove it. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be3de67f91..cd117c0ddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,4 @@ [package] -authors = ["Armin Ronacher "] build = "build.rs" name = "sentry-cli" version = "2.58.0"