Release v0.1.3
This patch release adds support for documentation generated with Rust 1.45.0 and fixes some minor bugs in the documentation parser. It also adds the documentation downloaded using rustup to the default sources.
This commit is contained in:
parent
44fe71d5bb
commit
44028e228a
@ -5,7 +5,11 @@ SPDX-License-Identifier: MIT
|
||||
|
||||
# Changelog for rusty-man
|
||||
|
||||
## Unreleased
|
||||
## v0.1.3 (2020-07-28)
|
||||
|
||||
This patch release adds support for documentation generated with Rust 1.45.0
|
||||
and fixes some minor bugs in the documentation parser. It also adds the
|
||||
documentation downloaded using rustup to the default sources.
|
||||
|
||||
- Use `rustc --print sysroot` to determine the Rust installation directory
|
||||
instead of always using `/usr`.
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -563,7 +563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "rusty-man"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"crossterm 0.17.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
[package]
|
||||
name = "rusty-man"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
|
||||
edition = "2018"
|
||||
description = "Command-line viewer for rustdoc documentation"
|
||||
|
@ -17,7 +17,7 @@ To compile rusty-man, you need Rust 1.40 or later.
|
||||
```
|
||||
2. Optional: Checkout the latest release:
|
||||
```
|
||||
$ git checkout v0.1.2
|
||||
$ git checkout v0.1.3
|
||||
```
|
||||
3. Optional: Verify the signature of the latest commit:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user