Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Nov 1, 2019
1 parent e2c2459 commit 5fe62d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license-file = "LICENSE"
name = "tin-summer"
readme = "README.md"
repository = "https://github.com/vmchale/tin-summer"
version = "1.21.8"
version = "1.21.9"

[metadata.deb]
extended-description = "Command-line tool written as a partial replacement for du. Automitically sniffs our build artifacts and can optionally clean them as well."
Expand All @@ -22,12 +22,11 @@ path = "src/main.rs"
cli-setup = "0.2"
[build-dependencies.clap]
features = ["yaml"]
version = "2.29.2"
version = "2.33.0"

[dependencies]
colored = "1.6.0"
crossbeam = "0.6.0"
glob = "0.3.0"
lazy_static = "1.3.0"
glob = "0.3"
nom = "3.2"
Expand Down

0 comments on commit 5fe62d8

Please sign in to comment.