From 10cd0d45b0cfd45451dea691013cbeb40edb00bb Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 10 Apr 2022 12:25:54 -0700 Subject: [PATCH] Next release will be 0.26.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28002c097f..b0dad5b822 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "difftastic" -version = "0.27.0" +version = "0.26.1" dependencies = [ "atty", "cc", diff --git a/Cargo.toml b/Cargo.toml index 788ad15676..9922dba4a6 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.27.0" +version = "0.26.1" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]