]> git.proxmox.com Git - debcargo-conf.git/blob - src/coreutils/debian/patches/relax-binary-heap-plus.diff
coreutils: add more patches to relax/update some versions
[debcargo-conf.git] / src / coreutils / debian / patches / relax-binary-heap-plus.diff
1 Index: coreutils/src/uu/sort/Cargo.toml
2 ===================================================================
3 --- coreutils.orig/src/uu/sort/Cargo.toml
4 +++ coreutils/src/uu/sort/Cargo.toml
5 @@ -15,7 +15,7 @@ edition = "2021"
6 path = "src/sort.rs"
7
8 [dependencies]
9 -binary-heap-plus = "0.5.0"
10 +binary-heap-plus = "0"
11 clap = { version = "4.0", features = ["wrap_help", "cargo"] }
12 compare = "0.1.0"
13 ctrlc = { version = "3.0", features = ["termination"] }