diff --git a/Cargo.lock b/Cargo.lock index 8bcb6ce..5ceb8d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.11.0" @@ -171,7 +173,7 @@ dependencies = [ [[package]] name = "git-absorb" -version = "0.6.6" +version = "0.6.7" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 17e3561..3b39bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-absorb" -version = "0.6.6" +version = "0.6.7" authors = ["Stephen Jung "] description = "git commit --fixup, but automatic"