File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cargo-outdated"
3- version = " 0.16 .0"
3+ version = " 0.17 .0"
44authors = [
55 " Kevin K. <kbknapp@gmail.com>" ,
66 " Frederick Z. <frederick888@tsundere.moe>" ,
Original file line number Diff line number Diff 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
4753cargo 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
143149The current MSRV can be found in the ` Cargo.toml ` under the ` package.rust-version ` field.
You can’t perform that action at this time.
0 commit comments