(cargo-release) version 0.1.12

master v0.1.12
chris west 4 years ago
parent 19e7579a4f
commit db0de166e8

2
Cargo.lock generated

@ -42,7 +42,7 @@ dependencies = [
[[package]]
name = "phd"
version = "0.1.12-dev"
version = "0.1.12"
dependencies = [
"alphanumeric-sort 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
"content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",

@ -1,6 +1,6 @@
[package]
name = "phd"
version = "0.1.12-dev"
version = "0.1.12"
authors = ["chris west <c@xvxx.io>"]
license = "MIT"
edition = "2018"

@ -165,9 +165,9 @@ On macOS you can install with [Homebrew](https://brew.sh/):
Binaries for Linux, Mac, and Raspberry Pi are available at
gopher://phkt.io/1/releases/phd and https://github.com/xvxx/phd/releases:
- [phd-v0.1.11-linux-x86_64.tar.gz][0]
- [phd-v0.1.11-linux-armv7.tar.gz (Raspberry Pi)][1]
- [phd-v0.1.11-macos.zip][2]
- [phd-v0.1.12-linux-x86_64.tar.gz][0]
- [phd-v0.1.12-linux-armv7.tar.gz (Raspberry Pi)][1]
- [phd-v0.1.12-macos.zip][2]
Just unzip/untar the `phd` program into your `$PATH` and get going!
@ -192,9 +192,9 @@ If you have **[cargo][rustup]**, you can install the crate directly:
- [ ] TLS support
- [ ] user input sanitization tests
[0]: https://github.com/xvxx/phd/releases/download/v0.1.11/phd-v0.1.11-linux-x86_64.tar.gz
[1]: https://github.com/xvxx/phd/releases/download/v0.1.11/phd-v0.1.11-linux-armv7.tar.gz
[2]: https://github.com/xvxx/phd/releases/download/v0.1.11/phd-v0.1.11-macos.zip
[0]: https://github.com/xvxx/phd/releases/download/v0.1.12/phd-v0.1.12-linux-x86_64.tar.gz
[1]: https://github.com/xvxx/phd/releases/download/v0.1.12/phd-v0.1.12-linux-armv7.tar.gz
[2]: https://github.com/xvxx/phd/releases/download/v0.1.12/phd-v0.1.12-macos.zip
[map]: https://en.wikipedia.org/wiki/Gopher_(protocol)#Source_code_of_a_menu
[gmi]: http://r-36.net/scm/geomyidae/
[rustup]: https://rustup.rs

Loading…
Cancel
Save