Next release will be 0.54

skip-checks: true
pull/579/head^2
Wilfred Hughes 2023-11-26 01:13:12 +07:00
parent 5153b9f17c
commit 54b6ff8d2e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

@ -253,7 +253,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
version = "0.53.1"
version = "0.54.0"
dependencies = [
"aho-corasick",
"assert_cmd",

@ -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.53.1"
version = "0.54.0"
authors = ["Wilfred Hughes <me@wilfred.me.uk>"]
keywords = ["diff", "syntax"]
categories = ["development-tools", "command-line-utilities", "parser-implementations"]