Merge pull request #178 from matklad/authors

Change authors to Salsa developers
This commit is contained in:
Niko Matsakis 2019-06-26 06:07:35 -04:00 committed by GitHub
commit 3534d18c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "salsa"
version = "0.12.3"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
authors = ["Salsa developers"]
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/salsa-rs/salsa"

View file

@ -1,7 +1,7 @@
[package]
name = "salsa-macros"
version = "0.12.1"
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
authors = ["Salsa developers"]
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/salsa-rs/salsa"
@ -16,4 +16,3 @@ heck = "0.3"
proc-macro2 = "0.4"
quote = "0.6"
syn = { version = "0.15.29", features = ["full", "extra-traits"] }