File: 1001_structopt.patch

package info (click to toggle)
rust-ulid 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: makefile: 19; sh: 1
file content (15 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: accept newer minor version of crate structopt
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2025-08-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -14,6 +14,6 @@
 edition = "2018"
 
 [dependencies]
-structopt = "0.2"
+structopt = ">= 0.2, <= 0.3"
 ulid = { version = "*", path = ".." }
 time = "0.3.11"