summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-05-14 00:57:52 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-05-14 00:57:52 -0400
commit4fddc7f47b575f1252a4f408a7dccd2c02dc651e (patch)
treee9748e6c1962054d0989c02fc60d87d05d1819ab
parentec60fda12905c88df398ab9706ea376c97d46d60 (diff)
Upgrade PyO3 to 0.10
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 30f18fc..5e204d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ debug = true
10 10
11[dependencies] 11[dependencies]
12adblock = "0.2.9" 12adblock = "0.2.9"
13pyo3 = "0.9" 13pyo3 = "0.10"
14 14
15[lib] 15[lib]
16name="adblock" 16name="adblock"