File: relax-pyo3.patch

package info (click to toggle)
rust-debian-control 0.1.48-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 592 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 277 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
@@ -83,7 +83,7 @@
 version = ">=0.3"
 
 [dependencies.pyo3]
-version = ">=0.24, <0.26"
+version = ">=0.24, <0.27"
 optional = true
 
 [dependencies.regex]