Skip to content

Commit 661f8ca

Browse files
authored
Merge pull request #413 from kbknapp/release-0.17
release: 0.17.0
2 parents ca443e0 + 7e426e6 commit 661f8ca

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-outdated"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = [
55
"Kevin K. <kbknapp@gmail.com>",
66
"Frederick Z. <frederick888@tsundere.moe>",

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ term_size->libc 0.2.18 0.2.29 0.2.29 Normal cfg(not(target_os = "win
4141

4242
<a href="https://repology.org/project/cargo-outdated/versions"><img align="right" src="https://repology.org/badge/vertical-allrepos/cargo-outdated.svg" alt="Packaging status"></a>
4343

44-
The latest version of `cargo-outdated` can be installed or updated with `cargo install`:
44+
Prebuilt versions of `cargo-outdated` can be downloaded using [`cargo binstall`](https://github.com/cargo-bins/cargo-binstall):
45+
46+
```
47+
cargo binstall cargo-outdated
48+
```
49+
50+
To build from source, `cargo-outdated` can be installed or updated with `cargo install`:
4551

4652
```sh
4753
cargo install --locked cargo-outdated
@@ -136,8 +142,8 @@ Options:
136142

137143
## Minimum Supported Rust Version (MSRV)
138144

139-
The MSRV of this crate is what is required to _run_ `cargo outdated`, you may be able to compile
140-
`cargo outdated` itself on an earlier version of Rust. However, because `cargo outdated` uses
145+
The MSRV of this crate is what is required to _run_ `cargo outdated`, you may be able to compile
146+
`cargo outdated` itself on an earlier version of Rust. However, because `cargo outdated` uses
141147
`cargo` internally, it requires a specific minimum version to run successfully.
142148

143149
The current MSRV can be found in the `Cargo.toml` under the `package.rust-version` field.

0 commit comments

Comments
 (0)