Skip to content

Commit 9bc554e

Browse files
committed
Merge #142
142: Bump version to 0.2 r=killercup Also adds authors and mentions `cargo upgrade` in description.
2 parents a40396b + 693db88 commit 9bc554e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
2-
authors = ["Without Boats <[email protected]>", "Pascal Hertleif <[email protected]>", "Sebastian Garrido <[email protected]>", "Jonas Platte <[email protected]>"]
2+
authors = ["Without Boats <[email protected]>", "Pascal Hertleif <[email protected]>", "Sebastian Garrido <[email protected]>", "Jonas Platte <[email protected]>", "Benjamin Gill <[email protected]>", "Andronik Ordian <[email protected]>"]
33
categories = ["development-tools", "development-tools::cargo-plugins"]
4-
description = "This extends Cargo to allow you to add and remove dependencies by modifying your `Cargo.toml` file from the command line. It contains `cargo add` and `cargo rm`."
4+
description = "This extends Cargo to allow you to add and remove dependencies by modifying your `Cargo.toml` file from the command line. It contains `cargo add`, `cargo rm`, and `cargo upgrade`."
55
documentation = "http://killercup.github.io/cargo-edit/"
66
homepage = "https://github.com/killercup/cargo-edit"
77
keywords = ["cargo", "cargo-subcommand", "cli", "dependencies", "crates"]
88
license = "Apache-2.0/MIT"
99
name = "cargo-edit"
1010
readme = "README.md"
1111
repository = "https://github.com/killercup/cargo-edit"
12-
version = "0.1.6"
12+
version = "0.2.0"
1313
[[bin]]
1414
name = "cargo-add"
1515
path = "src/bin/add/main.rs"

0 commit comments

Comments
 (0)