v1.4.1 (2020-09-04)
- [fixed] Syntax error in zsh completion file
v1.4.0 (2020-09-03)
- [added] Configurable automatic cache updates
- [added] Improved color detection and support for `--color` argument and
`NO_COLOR` env variable
- [changed] Make `--list` option comply with official spec
- [changed] Move cache age warning to stderr
The intent of "--frozen --locked" was to not use the network, but the new
"--offline" option is better suited for this purpose.
It for example allows us to patch Cargo.toml if necessary without having
to regen checksums.
This allows rust-bin and rust to coexist in bulk builds (for testing, etc),
but the packages still may not be installed at the same time.
rust.mk as a solution for picking the correct rust variant was suggested
by gdt@. It is intended to be included directly by packages that do not
use cargo.mk, and indirectly by packages that do use cargo.mk.
rust.mk provides one user-settable variable:
RUST_TYPE
as before, whether to bootstrap rust from source or use
official binaries. may be "src" or "bin"
And two package-settable variables:
RUST_REQ
the minimum version of Rust required by the package.
defaults to "1.20.0"
RUST_RUNTIME
whether Rust is a runtime dependency, may be "yes" or "no"
A very fast implementation of tldr in Rust: Simplified, example based and
community-driven man pages.
If you pronounce "tldr" in English, it sounds somewhat like "tealdeer". Hence
the project name.