File: bump-argmax.diff

package info (click to toggle)
rust-findutils 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,252 kB
  • sloc: sh: 129; python: 31; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: findutils/Cargo.toml
===================================================================
--- findutils.orig/Cargo.toml
+++ findutils/Cargo.toml
@@ -59,7 +59,7 @@ name = "xargs_tests"
 path = "tests/xargs_tests.rs"
 
 [dependencies.argmax]
-version = "0.3.1"
+version = "0.4"
 
 [dependencies.chrono]
 version = "0.4"