cargo-update-installed 0.1.1

A small tool to update crates installed through `cargo install`
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cargo-update-installed"
version = "0.1.1"
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
license = "MIT OR Apache-2.0"
description = "A small tool to update crates installed through `cargo install`"
repository = "https://github.com/phil-opp/cargo-update-installed"

[dependencies]
tempdir = "0.3.7"
toml = "0.4.8"