File: relax-deps.diff

package info (click to toggle)
rust-crokey-proc-macros 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@
 proc-macro = true
 
 [dependencies.crossterm]
-version = "0.29"
+version = ">= 0.27, < 0.30"
 
 [dependencies.proc-macro2]
 version = "1.0"