diff options
author | Dan Davison <dandavison7@gmail.com> | 2023-06-02 19:15:55 -0400 |
---|---|---|
committer | Dan Davison <dandavison7@gmail.com> | 2023-06-02 19:15:55 -0400 |
commit | 4cd97cd248d9e77831b5924e2f43686fee20486b (patch) | |
tree | 6b4e9eef63487734a86114c38b4a6e7d81748a20 | |
parent | 4af8adf580818b57baa062bb7cd89a1cb72f1fbb (diff) |
Bump version0.16.3
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -531,7 +531,7 @@ dependencies = [ [[package]] name = "git-delta" -version = "0.16.2" +version = "0.16.3" dependencies = [ "ansi_colours", "ansi_term", @@ -8,7 +8,7 @@ edition = "2018" homepage = "https://github.com/dandavison/delta" license = "MIT" repository = "https://github.com/dandavison/delta" -version = "0.16.2" +version = "0.16.3" [[bin]] name = "delta" |