commit 4fddc7f47b575f1252a4f408a7dccd2c02dc651e parent ec60fda12905c88df398ab9706ea376c97d46d60 Author: Árni Dagur <agudmundsson@fc-md.umd.edu> Date: Thu, 14 May 2020 00:57:52 -0400 Upgrade PyO3 to 0.10 Diffstat:
| M | Cargo.toml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -10,7 +10,7 @@ debug = true [dependencies] adblock = "0.2.9" -pyo3 = "0.9" +pyo3 = "0.10" [lib] name="adblock"