File: relax-deps.patch

package info (click to toggle)
rust-pythonize 0.19.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 236 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ license = "MIT"
 repository = "https://github.com/davidhewitt/pythonize"
 
 [dependencies.pyo3]
-version = "0.19.0"
+version = "0.17.3"
 default-features = false
 
 [dependencies.serde]
@@ -34,7 +34,7 @@ default-features = false
 version = "1.0.2"
 
 [dev-dependencies.pyo3]
-version = "0.19.0"
+version = "0.17.3"
 features = [
     "auto-initialize",
     "macros",