diff options
| author | Eric Huss <eric@huss.org> | 2019-03-28 10:23:15 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2019-03-28 10:23:15 -0700 |
| commit | 7a5c82d579b9ad80e5ddf0459ab160d2a96079f5 (patch) | |
| tree | b41b7c55c585cd01a88791ec7b4523c6ae789d90 | |
| parent | 5113e73e81945ab5bedce96d635845932302afd4 (diff) | |
| download | rust-7a5c82d579b9ad80e5ddf0459ab160d2a96079f5.tar.gz rust-7a5c82d579b9ad80e5ddf0459ab160d2a96079f5.zip | |
Add edition-guide to toolstate.
Also, add me to reference, alercah has taken a step back from involvement.
| -rwxr-xr-x | src/tools/publish_toolstate.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index f2a585e6273..93d7aa5c1ec 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -20,12 +20,13 @@ MAINTAINERS = { 'rustfmt': '@nrc @topecongiro', 'book': '@carols10cents @steveklabnik', 'nomicon': '@frewsxcv @Gankro', - 'reference': '@steveklabnik @Havvy @matthewjasper @alercah', + 'reference': '@steveklabnik @Havvy @matthewjasper @ehuss', 'rust-by-example': '@steveklabnik @marioidival @projektir', 'embedded-book': ( '@adamgreig @andre-richter @jamesmunns @korken89 ' '@ryankurte @thejpster @therealprof' ), + 'edition-guide': '@ehuss @Centril @steveklabnik', } REPOS = { @@ -38,6 +39,7 @@ REPOS = { 'reference': 'https://github.com/rust-lang-nursery/reference', 'rust-by-example': 'https://github.com/rust-lang/rust-by-example', 'embedded-book': 'https://github.com/rust-embedded/book', + 'edition-guide': 'https://github.com/rust-lang-nursery/edition-guide', } |
