Skip to content

Commit 8f8028e

Browse files
authored
Merge pull request #332 from ordian/release-0.4
Release 0.4
2 parents b9c864c + d039582 commit 8f8028e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = "Apache-2.0/MIT"
2525
name = "cargo-edit"
2626
readme = "README.md"
2727
repository = "https://github.com/killercup/cargo-edit"
28-
version = "0.3.3"
28+
version = "0.4.0"
2929
edition = "2018"
3030

3131
[[bin]]

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Specify where to add the crate:
8484
for `dev-dependencies` or `build-dependencies`.
8585
8686
Options:
87+
--sort Keep dependencies sorted
8788
--upgrade=<method> Choose method of semantic version upgrade. Must be one of
8889
"none" (exact version), "patch" (`~` modifier), "minor"
8990
(`^` modifier, default), or "all" (`>=`).

0 commit comments

Comments
 (0)