mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-24 12:58:37 +00:00
Change authors to Salsa developers
Salsa is a team effort, and builds on a mountain of pre-existing knowledge!
This commit is contained in:
parent
c375b8fe09
commit
10500c8a24
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