summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-11-26 01:03:56 +0000
committerWilfred Hughes <me@wilfred.me.uk>2023-11-26 01:03:56 +0000
commita67ad5b9afe31e577540f27280885652c792b103 (patch)
tree64830c0c59b43ab9af746cc8456cc08308390856
parent5a2cbd0cc32f3ffb3430d63310e0fea309662369 (diff)
Next release will be 0.53.10.53.1
-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 8f95fa2af..e3a8902da 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -253,7 +253,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
-version = "0.54.0"
+version = "0.53.1"
dependencies = [
"aho-corasick",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index df9524718..b229aacaa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ description = "A structural diff that understands syntax."
repository = "https://github.com/wilfred/difftastic"
homepage = "http://difftastic.wilfred.me.uk/"
license = "MIT"
-version = "0.54.0"
+version = "0.53.1"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]