summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2022-06-03 18:46:07 -0700
committertummychow <tummychow@users.noreply.github.com>2022-06-03 18:46:07 -0700
commitbe58e5378d84ba9aeef6acaf0cea95b94fce1c1f (patch)
treeb65e9481cc0783ae450c39c7cbcfa48b395e7c4b
parent36b76d674063ef06f4324fea330fbbd72a9e0f53 (diff)
bump to 0.6.70.6.7
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 2 deletions
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 <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"