summarylogtreecommitdiffstats
path: root/python-bcrypt-allow-subinterpreters.patch
blob: 1312f89c72d370c662c7e8882779c2c7f89cb38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/_bcrypt/Cargo.toml b/src/_bcrypt/Cargo.toml
index 58f6c13..83fd6b9 100644
--- a/src/_bcrypt/Cargo.toml
+++ b/src/_bcrypt/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
 publish = false
 
 [dependencies]
-pyo3 = { version = "0.21", features = ["abi3"] }
+pyo3 = { git = "https://git.st8l.com/luxolus/pyo3", tag = "v0.21.2-subint+1", features = ["abi3", "unsafe-allow-subinterpreters"] }
 bcrypt = "0.15"
 bcrypt-pbkdf = "0.10.0"
 base64 = "0.22.1"