diff options
author | tummychow <tummychow@users.noreply.github.com> | 2024-02-23 19:07:41 -0500 |
---|---|---|
committer | tummychow <tummychow@users.noreply.github.com> | 2024-02-23 19:07:41 -0500 |
commit | d29adcb33f3b0cb5b04933cdcf14b544ceb0030f (patch) | |
tree | e1c39120179d06b60b41e9ff38361d77ceca1bfd | |
parent | c8b3c8fe8c58a96578f2f242571fc6da890ad137 (diff) |
bump 0.6.120.6.12
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "git-absorb" -version = "0.6.11" +version = "0.6.12" dependencies = [ "anyhow", "clap", @@ -1,6 +1,6 @@ [package] name = "git-absorb" -version = "0.6.11" +version = "0.6.12" authors = ["Stephen Jung <tummychow511@gmail.com>"] description = "git commit --fixup, but automatic" |