Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit e48f6bd

Browse files
committed
Add Zack to team, update main authors to include team
1 parent 2010a53 commit e48f6bd

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ Where we need help:
141141

142142
## Team
143143

144-
| [<img alt="fitzgen" src="https://avatars2.githubusercontent.com/u/74571?s=117&v=4" width="117">](https://github.com/fitzgen) | [<img alt="pepyakin" src="https://avatars0.githubusercontent.com/u/2205845?s=117&v=4" width="117">](https://github.com/pepyakin) | [<img alt="DrGoldfire" src="https://avatars3.githubusercontent.com/u/1772277?s=117&v=4" width="117">](https://github.com/DrGoldfire) |
145-
|:---:|:---:|:---:|
146-
| [`fitzgen`](https://github.com/fitzgen) | [`pepyakin`](https://github.com/pepyakin) | [`DrGoldfire`](https://github.com/DrGoldfire) |
144+
| [<img alt="fitzgen" src="https://avatars2.githubusercontent.com/u/74571?s=117&v=4" width="117">](https://github.com/fitzgen) | [<img alt="pepyakin" src="https://avatars0.githubusercontent.com/u/2205845?s=117&v=4" width="117">](https://github.com/pepyakin) | [<img alt="DrGoldfire" src="https://avatars3.githubusercontent.com/u/1772277?s=117&v=4" width="117">](https://github.com/DrGoldfire) | [<img alt="ZackPierce" src="https://avatars0.githubusercontent.com/u/387703?s=400&v=4" width="117">](https://github.com/ZackPierce) |
145+
|:---:|:---:|:---:|:---:|
146+
| [`fitzgen`](https://github.com/fitzgen) | [`pepyakin`](https://github.com/pepyakin) | [`DrGoldfire`](https://github.com/DrGoldfire) | [`ZackPierce`](https://github.com/ZackPierce)
147147

148148
Larger, more nuanced decisions about design, architecture, breaking changes,
149149
trade offs, etc are made by team consensus. In other words, decisions on things

wee_alloc/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[package]
2-
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
2+
authors = [
3+
"Nick Fitzgerald <fitzgen@gmail.com>",
4+
"Sergey Pepyakin <s.pepyakin@gmail.com>",
5+
"Matt Howell <mjhowell@gmail.com>",
6+
"Zack Pierce <zachary.pierce@gmail.com>",
7+
]
38
categories = ["memory-management", "web-programming", "no-std", "wasm", "embedded"]
49
description = "wee_alloc: The Wasm-Enabled, Elfin Allocator"
510
license = "MPL-2.0"

0 commit comments

Comments
 (0)