mirror of
https://github.com/xvxx/phd
synced 2024-11-04 18:00:22 +00:00
(cargo-release) version 0.1.14
This commit is contained in:
parent
2e78294135
commit
be85890d84
@ -1,4 +1,4 @@
|
||||
## v0.1.14-dev
|
||||
## v0.1.14
|
||||
|
||||
- If the `NO_COLOR` env variable is set, colors won't be printed to
|
||||
the log. Same as starting with `--no-color`.
|
||||
|
38
Cargo.lock
generated
38
Cargo.lock
generated
@ -4,71 +4,69 @@
|
||||
name = "alphanumeric-sort"
|
||||
version = "1.0.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f37ce94154d73f6961f87571a3ab7814e1608f373bd55a933e3e771b6dd59fc4"
|
||||
|
||||
[[package]]
|
||||
name = "content_inspector"
|
||||
version = "0.2.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
|
||||
dependencies = [
|
||||
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "hermit-abi"
|
||||
version = "0.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f629dc602392d3ec14bfc8a09b5e644d7ffd725102b48b81e59f90f2633621d7"
|
||||
dependencies = [
|
||||
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.66"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
version = "2.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
||||
|
||||
[[package]]
|
||||
name = "num_cpus"
|
||||
version = "1.11.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
|
||||
dependencies = [
|
||||
"hermit-abi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"hermit-abi",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "phd"
|
||||
version = "0.1.14-dev"
|
||||
version = "0.1.14"
|
||||
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)",
|
||||
"shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"alphanumeric-sort",
|
||||
"content_inspector",
|
||||
"shell-escape",
|
||||
"threadpool",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shell-escape"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
|
||||
|
||||
[[package]]
|
||||
name = "threadpool"
|
||||
version = "1.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
|
||||
dependencies = [
|
||||
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num_cpus",
|
||||
]
|
||||
|
||||
[metadata]
|
||||
"checksum alphanumeric-sort 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f37ce94154d73f6961f87571a3ab7814e1608f373bd55a933e3e771b6dd59fc4"
|
||||
"checksum content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
|
||||
"checksum hermit-abi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f629dc602392d3ec14bfc8a09b5e644d7ffd725102b48b81e59f90f2633621d7"
|
||||
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
||||
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
||||
"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
|
||||
"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
|
||||
"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "phd"
|
||||
version = "0.1.14-dev"
|
||||
version = "0.1.14"
|
||||
authors = ["chris west <c@xvxx.io>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
12
README.md
12
README.md
@ -166,9 +166,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.13-linux-x86_64.tar.gz][0]
|
||||
- [phd-v0.1.13-linux-armv7.tar.gz (Raspberry Pi)][1]
|
||||
- [phd-v0.1.13-macos.zip][2]
|
||||
- [phd-v0.1.14-linux-x86_64.tar.gz][0]
|
||||
- [phd-v0.1.14-linux-armv7.tar.gz (Raspberry Pi)][1]
|
||||
- [phd-v0.1.14-macos.zip][2]
|
||||
|
||||
Just unzip/untar the `phd` program into your `$PATH` and get going!
|
||||
|
||||
@ -193,9 +193,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.13/phd-v0.1.13-linux-x86_64.tar.gz
|
||||
[1]: https://github.com/xvxx/phd/releases/download/v0.1.13/phd-v0.1.13-linux-armv7.tar.gz
|
||||
[2]: https://github.com/xvxx/phd/releases/download/v0.1.13/phd-v0.1.13-macos.zip
|
||||
[0]: https://github.com/xvxx/phd/releases/download/v0.1.14/phd-v0.1.14-linux-x86_64.tar.gz
|
||||
[1]: https://github.com/xvxx/phd/releases/download/v0.1.14/phd-v0.1.14-linux-armv7.tar.gz
|
||||
[2]: https://github.com/xvxx/phd/releases/download/v0.1.14/phd-v0.1.14-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…
Reference in New Issue
Block a user