summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-01-12 00:04:31 +0000
committerGitHub <noreply@github.com>2021-01-12 00:04:31 +0000
commit73bcdfe4f3bf3b10619ed26f3207da29dfdae843 (patch)
treebcbb255f1ceae79fb0b517ebef256d078069e1a6 /Cargo.toml
parent3bbd860756986c3c0412c87428746f4c6aa0f9b1 (diff)
parentc301c37807319ccb7a38fdc8560b9a3b1317c1f9 (diff)
Merge pull request #21 from ArniDagur/update-pyo3-0.13
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"