Skip to content

Commit b430640

Browse files
Support PyO3 0.20.x
1 parent b84b976 commit b430640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ strip = true
1414
overflow-checks = false
1515

1616
[dependencies]
17-
pyo3 = { version = "0.19.0", features = ["extension-module", "generate-import-lib"] }
17+
pyo3 = { version = ">= 0.19, < 0.21", features = ["extension-module", "generate-import-lib"] }
1818
mimalloc = { version = "0.1.39", optional = true, default-features = false }
1919

2020
[features]

0 commit comments

Comments
 (0)