From c6ba4ffc8839f463c01ebccdfac63801d67c5b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lena=20Hellstr=C3=B6m?= 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 26e6fe1..bbbf0ea 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