Merge pull request #279344 from LudovicoPiero/difftastic/0.54.0

difftastic: 0.53.1 -> 0.54.0
This commit is contained in:
figsoda 2024-01-08 02:45:21 -05:00 committed by GitHub
commit cd7c3a6ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -253,7 +253,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "difftastic"
version = "0.53.1"
version = "0.54.0"
dependencies = [
"aho-corasick",
"assert_cmd",
@ -266,7 +266,6 @@ dependencies = [
"hashbrown 0.12.3",
"humansize",
"ignore",
"is-terminal",
"itertools 0.11.0",
"lazy_static",
"libc",

View file

@ -17,13 +17,13 @@ in
rustPlatform.buildRustPackage rec {
pname = "difftastic";
version = "0.53.1";
version = "0.54.0";
src = fetchFromGitHub {
owner = "wilfred";
repo = pname;
rev = version;
hash = "sha256-D//LMfwk2n5jGOXhix2jZyoppYMxVkTkg4HuNHCtHNI=";
hash = "sha256-1QnDBRhJGzKKMmvnwVoi8rTd6acBFO0hITF9d1HkizM=";
};
cargoLock = {