From 901fa150ff545c67e230f89ca6a66ae5867005c9 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 17 Mar 2020 23:34:46 -0700 Subject: [PATCH] Indicate BEP 9 support in readme type: documentation --- README.md | 2 +- justfile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 777e223..6409075 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/justfile b/justfile index ca5f6cf..1ddd6f0 100644 --- a/justfile +++ b/justfile @@ -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'