File: relax-ouroboro.diff

package info (click to toggle)
rust-coreutils 0.0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,956 kB
  • sloc: sh: 491; python: 304; javascript: 72; makefile: 37
file content (13 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: coreutils/src/uu/sort/Cargo.toml
===================================================================
--- coreutils.orig/src/uu/sort/Cargo.toml
+++ coreutils/src/uu/sort/Cargo.toml
@@ -22,7 +22,7 @@ ctrlc = { version = "3.0", features = ["
 fnv = "1.0.7"
 itertools = "0.10.0"
 memchr = "2.5.0"
-ouroboros = "0.15.5"
+ouroboros = "0.15"
 rand = "0.8"
 rayon = "1"
 tempfile = "3"