Next release will be 0.43.1

pull/481/head 0.43.1
Wilfred Hughes 2023-02-04 14:10:49 +07:00
parent 8d1b26e3f4
commit 829ab7b50c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated

@ -201,7 +201,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "difftastic"
version = "0.44.0"
version = "0.43.1"
dependencies = [
"bumpalo",
"cc",

@ -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"]