summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2022-04-10 15:39:25 -0700
committerWilfred Hughes <me@wilfred.me.uk>2022-04-10 15:39:25 -0700
commit2a28bf6d542732efe339d91f1e1a95f4f7fd4ea0 (patch)
tree972adbe68c300c097a8d7b6c4b27f5e722927200
parent167bd65c15e1c9aecf0660be0f3184a2dba694e4 (diff)
Roll version to exercise release again0.26.3
-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 e25ee7a03..b31dab30f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
-version = "0.26.2"
+version = "0.26.3"
dependencies = [
"atty",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index d8353f195..f5916fa44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ description = "A diff that understands syntax"
repository = "https://github.com/wilfred/difftastic"
homepage = "http://difftastic.wilfred.me.uk/"
license = "MIT"
-version = "0.26.2"
+version = "0.26.3"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]