From 9f14935e5242478ef96d086c771e5e74e3c7ea3d Mon Sep 17 00:00:00 2001 From: Zoey Riordan Date: Mon, 25 Oct 2021 10:39:58 +0200 Subject: [PATCH] Update authors to reflect current code state (#418) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26e6fe1a..bbbf0ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "bincode" version = "2.0.0-alpha.0" # remember to update html_root_url and bincode_derive -authors = ["Ty Overby ", "Francesco Mazzoli ", "Zoey Riordan ", "Victor Koenders "] +authors = ["Ty Overby ", "Zoey Riordan ", "Victor Koenders "] exclude = ["logo.svg", "examples/*", ".gitignore", ".github/"] publish = true