File: newer-pyo3

package info (click to toggle)
rust-pythonize 0.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 224 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: pythonize/Cargo.toml
===================================================================
--- pythonize.orig/Cargo.toml
+++ pythonize/Cargo.toml
@@ -51,7 +51,7 @@ name = "test_with_serde_path_to_err"
 path = "tests/test_with_serde_path_to_err.rs"
 
 [dependencies.pyo3]
-version = "0.28"
+version = ">=0.27,<0.29"
 default-features = false
 
 [dependencies.serde]
@@ -69,7 +69,7 @@ default-features = false
 version = "1.0.2"
 
 [dev-dependencies.pyo3]
-version = "0.28"
+version = ">=0.27,<0.29"
 features = [
     "auto-initialize",
     "macros",