diff --git a/Cargo.lock b/Cargo.lock index 24db035..322a642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,7 +189,7 @@ dependencies = [ [[package]] name = "git-absorb" -version = "0.6.3" +version = "0.6.4" dependencies = [ "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 54e1d2b..43fc3c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-absorb" -version = "0.6.3" +version = "0.6.4" authors = ["Stephen Jung "] description = "git commit --fixup, but automatic"