version bump, and removed version independent dependencies

This commit is contained in:
Aaronepower 2015-10-27 20:40:35 +00:00
parent 93c7b9663c
commit 6e81d7235b
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
# found in the LICENSE file.
[package]
name = "tokei"
version = "1.2.0"
version = "1.2.1"
authors = ["Aaronepower <theaaronepower@gmail.com>"]
repository = "https://github.com/Aaronepower/tokei.git"
homepage = "https://aaronepower.github.io/tokei/"
@ -18,5 +18,5 @@ debug = true
opt-level = 3
[dependencies]
clap = {version = "*", features = ["yaml"]}
glob = "*"
clap = {version = "1.4.5", features = ["yaml"]}
glob = "0.2.10"

View file

@ -3,7 +3,7 @@
# found in the LICENSE file.
bin_name: Tokei
name: Tokei
version: 1.2.0
version: 1.2.1
author: Aaron P. <theaaronepower@gmail.com>
about: A quick CLOC (Count Lines Of Code) tool
args: