Update authors to reflect current code state (#418)

This commit is contained in:
Lena Hellström 2021-10-25 10:39:58 +02:00 committed by GitHub
parent 0c13c891c5
commit c6ba4ffc88
1 changed files with 1 additions and 1 deletions

View File

@ -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 <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "Zoey Riordan <zoey@dos.cafe>", "Victor Koenders <bincode@trangar.com>"]
authors = ["Ty Overby <ty@pre-alpha.com>", "Zoey Riordan <zoey@dos.cafe>", "Victor Koenders <bincode@trangar.com>"]
exclude = ["logo.svg", "examples/*", ".gitignore", ".github/"]
publish = true