diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-01-11 02:55:13 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-01-11 02:55:13 +0000 |
commit | 0a6698b2c9aef5113d67d41f08b33f3253a5c44d (patch) | |
tree | e9bafd67f2679568c2b333f64e1267059b0d5ca4 /README.md | |
parent | Bump deps (fixes #23) (diff) | |
download | miniserve-0a6698b2c9aef5113d67d41f08b33f3253a5c44d.tar.gz miniserve-0a6698b2c9aef5113d67d41f08b33f3253a5c44d.zip |
This is 0.2.2v0.2.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ You can provide `-i` multiple times to bind to multiple interfaces at the same t This is mostly a note for me on how to release this thing: -- Update version in `Cargo.toml`. +- Update version in `Cargo.toml` and run `cargo update`. - `git commit` and `git tag -s`, `git push`. - `cargo publish` - Releases will automatically be deployed by Travis. |