Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 555 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 555 Bytes

getver

getver is a simple command line tool for capturing the latest version of crates.

$ getver <crate>...

Prerequsite

getver needs stable version of rust. Here provides the easy way to install rust

$ curl https://sh.rustup.rs -sSf | sh
$ rustup install stable

Installation

$ cargo install getver

after installation, try this:

$ getver libc bitflags rand log lazy_static

screen shot