summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2020-09-28 16:14:29 -0700
committertummychow <tummychow@users.noreply.github.com>2020-09-28 16:14:29 -0700
commitc4f6b3e90279bf733bc93de4eedf67d1cd49c075 (patch)
treea0af07f0816867c17061157491d68684ff96278f
parent55f87edb37c93bc4eef2bcdb106f24f6d19ad338 (diff)
bump to 0.6.40.6.4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
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 <tummychow511@gmail.com>"]
description = "git commit --fixup, but automatic"