From 829ab7b50cf227e896228f9984d61ccdbc60e47a Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 4 Feb 2023 14:10:49 -0800 Subject: [PATCH] Next release will be 0.43.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6976b5e5b6..d905a2569a 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 8a172b761a..43428d8027 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 "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]