diff --git a/Cargo.lock b/Cargo.lock index fc6e7b1..1c7cce0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "glit" -version = "0.2.2" +version = "0.3.0" dependencies = [ "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3f0f903..1ca932a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glit" -version = "0.2.2" +version = "0.3.0" authors = ["Gwen Lofman "] description = "A utility for pretty-printing git stats" license = "MPL-2.0"