Indicate BEP 9 support in readme

type: documentation
This commit is contained in:
Casey Rodarmor 2020-03-17 23:34:46 -07:00
parent d8055c6e6a
commit 901fa150ff
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0
2 changed files with 4 additions and 1 deletions

View File

@ -93,7 +93,7 @@ at any time.
| [06](http://bittorrent.org/beps/bep_0006.html) | :heavy_minus_sign: | Fast Extension |
| [07](http://bittorrent.org/beps/bep_0007.html) | :heavy_minus_sign: | IPv6 Tracker Extension |
| [08](http://bittorrent.org/beps/bep_0008.html) | :heavy_minus_sign: | Tracker Peer Obfuscation |
| [09](http://bittorrent.org/beps/bep_0009.html) | [:x:](https://github.com/casey/intermodal/issues/91) | Extension for Peers to Send Metadata Files |
| [09](http://bittorrent.org/beps/bep_0009.html) | :white_check_mark: | Extension for Peers to Send Metadata Files |
| [10](http://bittorrent.org/beps/bep_0010.html) | :heavy_minus_sign: | Extension Protocol |
| [11](http://bittorrent.org/beps/bep_0011.html) | :heavy_minus_sign: | Peer Exchange (PEX) |
| [12](http://bittorrent.org/beps/bep_0012.html) | :white_check_mark: | Multitracker Metadata Extension |

View File

@ -75,6 +75,9 @@ check: test clippy lint check-minimal-versions
cargo run --package update-readme toc
git diff --no-ext-diff --quiet --exit-code
pr: push
hub pull-request -o
publish-check: check
cargo outdated --exit-code 1
git branch | grep '* master'