diff options
author | tummychow <tummychow@users.noreply.github.com> | 2024-04-03 19:46:17 -0400 |
---|---|---|
committer | tummychow <tummychow@users.noreply.github.com> | 2024-04-03 19:46:17 -0400 |
commit | 2919c347f338d113a5a4f72ff799501be262b775 (patch) | |
tree | 1554ddba1778159141decf123d2841ceddcc3392 | |
parent | a454f363587054c8369a40767a31b797696250ba (diff) |
bump 0.6.130.6.13
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "git-absorb" -version = "0.6.12" +version = "0.6.13" dependencies = [ "anyhow", "clap", @@ -1,6 +1,6 @@ [package] name = "git-absorb" -version = "0.6.12" +version = "0.6.13" authors = ["Stephen Jung <tummychow511@gmail.com>"] description = "git commit --fixup, but automatic" |