difftastic: 0.51.1 -> 0.52.0
Diff: https://github.com/wilfred/difftastic/compare/0.51.1...0.52.0 Changelog: https://github.com/Wilfred/difftastic/blob/0.52.0/CHANGELOG.md
This commit is contained in:
parent
de711334a3
commit
68a6ee7412
9
pkgs/tools/text/difftastic/Cargo.lock
generated
9
pkgs/tools/text/difftastic/Cargo.lock
generated
@ -237,7 +237,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
||||
|
||||
[[package]]
|
||||
name = "difftastic"
|
||||
version = "0.51.1"
|
||||
version = "0.52.0"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"bumpalo",
|
||||
@ -252,6 +252,7 @@ dependencies = [
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"libmimalloc-sys",
|
||||
"line-numbers",
|
||||
"log",
|
||||
"mimalloc",
|
||||
"owo-colors",
|
||||
@ -447,6 +448,12 @@ dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "line-numbers"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "793a75315eb63b8699158825bdea85d63eeb850e7543cb834abef3c7b5b53780"
|
||||
|
||||
[[package]]
|
||||
name = "lock_api"
|
||||
version = "0.4.9"
|
||||
|
@ -16,13 +16,13 @@ in
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "difftastic";
|
||||
version = "0.51.1";
|
||||
version = "0.52.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wilfred";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-u03UL5QB0mdMTgRtxVe4pgLlCeLx1cG7czo7uBKQI84=";
|
||||
hash = "sha256-ve5oUvclHGgw56UEIuEQ0tSdzad94MfL6qzc2hoB0dw=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
Loading…
Reference in New Issue
Block a user