File: older-heck

package info (click to toggle)
rust-pyo3-macros-backend 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 560 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/Cargo.toml
===================================================================
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@
 path = "src/lib.rs"
 
 [dependencies.heck]
-version = "0.5"
+version = ">= 0.4, < 0.6"
 
 [dependencies.proc-macro2]
 version = "1.0.60"