summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-01-11 17:13:39 +0000
committerÁrni Dagur <arni@dagur.eu>2021-01-11 17:13:39 +0000
commitc301c37807319ccb7a38fdc8560b9a3b1317c1f9 (patch)
treebcbb255f1ceae79fb0b517ebef256d078069e1a6 /Cargo.toml
parent3bbd860756986c3c0412c87428746f4c6aa0f9b1 (diff)
Update PyO3 to 0.13
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 372030b..482c01f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ debug = true
11 11
12[dependencies] 12[dependencies]
13adblock = { version = "=0.3.4", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } 13adblock = { version = "=0.3.4", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] }
14pyo3 = "0.12" 14pyo3 = "0.13"
15 15
16[lib] 16[lib]
17name = "adblock" 17name = "adblock"