Skip to content

Commit

Permalink
Bump version and add error-chain dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekuil committed Dec 22, 2016
1 parent 08429ed commit a2d0380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rm-improved"
version = "0.11.1"
version = "0.11.2"
authors = ["[email protected]"]
description = "rip: a safe and ergonomic alternative to rm"
repository = "https://github.com/nivekuil/rip"
Expand All @@ -14,6 +14,7 @@ include = [
clap = "2"
walkdir = "0.1"
time = "0.1"
error-chain = "0.7"

[profile.release]
lto = true
Expand Down

0 comments on commit a2d0380

Please sign in to comment.