File: relax-structopt-version.patch

package info (click to toggle)
rust-stderrlog 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 300 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 8af15a7..55f57c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,7 +60,7 @@ version = "1.0"
 features = ["derive"]
 
 [dev-dependencies.structopt]
-version = "0.3.20"
+version = "0.3"
 
 [features]
 default = ["timestamps"]