]> git.proxmox.com Git - debcargo-conf.git/blob - src/coreutils/debian/patches/lower-onig.diff
dd6598c342d77c409bffb3a5349c22afa059f0e2
[debcargo-conf.git] / src / coreutils / debian / patches / lower-onig.diff
1 Index: coreutils/src/uu/expr/Cargo.toml
2 ===================================================================
3 --- coreutils.orig/src/uu/expr/Cargo.toml
4 +++ coreutils/src/uu/expr/Cargo.toml
5 @@ -18,7 +18,7 @@ path = "src/expr.rs"
6 clap = { version = "3.2", features = ["wrap_help", "cargo"] }
7 num-bigint = "0.4.0"
8 num-traits = "0.2.15"
9 -onig = { version = "~6.4", default-features = false }
10 +onig = { version = "6", default-features = false }
11 uucore = { version=">=0.0.16", package="uucore", path="../../uucore" }
12
13 [[bin]]