File: relax-deps.patch

package info (click to toggle)
rust-const-str-proc-macro 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index c87f7ef..0629506 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ path = "src/lib.rs"
 proc-macro = true
 
 [dependencies.heck]
-version = "0.5.0"
+version = ">= 0.4, < 0.6"
 optional = true
 
 [dependencies.http]