summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2021-03-20 03:44:51 +0000
committerGitHub <noreply@github.com>2021-03-20 03:44:51 +0000
commit6c0619b2f5221567b614cf650ef37e4546eee1a1 (patch)
tree73494856362e6162cd52b4a3a3ceaf368b1843ca /Cargo.toml
parentdc33223fcb1583bf31b89474ec299d45d8f80ef0 (diff)
Update adblock dependency to 0.3.10 (#39)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f565d0c..1a0fa77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2publish = false 2publish = false
3name = "adblock" 3name = "adblock"
4version = "0.4.2" 4version = "0.4.3"
5edition = "2018" 5edition = "2018"
6authors = ["Árni Dagur <arni@dagur.eu>"] 6authors = ["Árni Dagur <arni@dagur.eu>"]
7license = "MIT OR Apache-2.0" 7license = "MIT OR Apache-2.0"
@@ -22,7 +22,7 @@ requires-python = ">=3.6"
22debug = true 22debug = true
23 23
24[dependencies] 24[dependencies]
25adblock = { version = "=0.3.4", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } 25adblock = { version = "=0.3.10", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] }
26pyo3 = "0.13" 26pyo3 = "0.13"
27 27
28[lib] 28[lib]
@@ -30,4 +30,4 @@ name = "adblock"
30crate-type = ["rlib", "cdylib"] 30crate-type = ["rlib", "cdylib"]
31 31
32[features] 32[features]
33default = ["pyo3/extension-module"] \ No newline at end of file 33default = ["pyo3/extension-module"]