File: 1001_semver.patch

package info (click to toggle)
rust-resource-proof 1.0.39-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: perl: 258; python: 148; makefile: 5; sh: 1
file content (22 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: relax dependencies to trust general semver boundaries
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2022-05-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@
 edition = "2021"
 
 [dependencies.clap]
-version = "3.0"
+version = "3"
 features = [ "derive" ]
 
 [dependencies.tiny-keccak]
@@ -19,4 +19,4 @@
 features = [ "sha3" ]
 
 [target."cfg(unix)".dependencies]
-termion = "~1.5.1"
+termion = "1.5.1"