Update authors to reflect current code state (#418)
This commit is contained in:
parent
0c13c891c5
commit
c6ba4ffc88
|
|
@ -6,7 +6,7 @@ members = [
|
||||||
[package]
|
[package]
|
||||||
name = "bincode"
|
name = "bincode"
|
||||||
version = "2.0.0-alpha.0" # remember to update html_root_url and bincode_derive
|
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/"]
|
exclude = ["logo.svg", "examples/*", ".gitignore", ".github/"]
|
||||||
|
|
||||||
publish = true
|
publish = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue