mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-24 12:58:37 +00:00
Merge pull request #178 from matklad/authors
Change authors to Salsa developers
This commit is contained in:
commit
3534d18c64
2 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue