summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-02-04 14:10:49 -0800
committerWilfred Hughes <me@wilfred.me.uk>2023-02-04 14:10:49 -0800
commit829ab7b50cf227e896228f9984d61ccdbc60e47a (patch)
tree9e8e7babb063176052e5fd44cfa57ad67768352f
parent8d1b26e3f4b427296bc3d365576bac0aa4c82e8c (diff)
Next release will be 0.43.10.43.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 6976b5e5b..d905a2569 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -201,7 +201,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
-version = "0.44.0"
+version = "0.43.1"
dependencies = [
"bumpalo",
"cc",
diff --git a/Cargo.toml b/Cargo.toml
index 8a172b761..43428d802 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.44.0"
+version = "0.43.1"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]