File: relax-strum.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 (15 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: coreutils/src/uu/uniq/Cargo.toml
===================================================================
--- coreutils.orig/src/uu/uniq/Cargo.toml
+++ coreutils/src/uu/uniq/Cargo.toml
@@ -16,8 +16,8 @@ path = "src/uniq.rs"
 
 [dependencies]
 clap = { version = "4.0", features = ["wrap_help", "cargo"] }
-strum = "0.24.1"
-strum_macros = "0.24.2"
+strum = "0"
+strum_macros = "0"
 uucore = { version=">=0.0.17", package="uucore", path="../../uucore" }
 
 [[bin]]