From 71b38cc8d49a3aa551e0da8a10ea493e16492221 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 15 Jun 2025 22:49:40 +0100 Subject: [PATCH] Roll version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6245070aa..0c7c8a2a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,7 +240,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "difftastic" -version = "0.64.0" +version = "0.65.0" dependencies = [ "assert_cmd", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index 2cea6bb12..de967c4c8 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.64.0" +version = "0.65.0" authors = ["Wilfred Hughes "] keywords = ["diff", "syntax"] categories = ["development-tools", "command-line-utilities", "parser-implementations"]