summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-12-16 17:43:33 +0000
committerGitHub <noreply@github.com>2020-12-16 17:43:33 +0000
commit3bbd860756986c3c0412c87428746f4c6aa0f9b1 (patch)
treebd1b9fcbdb8c43cc5e838b9f47a635515bfffea8 /Cargo.toml
parentc53294dd3e4bb0c0c30cb55ca444fd1e4ce26df1 (diff)
parent6102ed1a1e75c218c87bd1f01194952a2d0614de (diff)
Merge pull request #16 from ArniDagur/version-0.3.3
Version 0.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 05d1891..372030b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
1[package] 1[package]
2name = "adblock" 2name = "adblock"
3publish = false 3publish = false
4version = "0.3.2" 4version = "0.4.0"
5authors = ["Árni Dagur <arni@dagur.eu"] 5authors = ["Árni Dagur <arni@dagur.eu"]
6edition = "2018" 6edition = "2018"
7license = "MIT OR Apache-2.0" 7license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
10debug = true 10debug = true
11 11
12[dependencies] 12[dependencies]
13adblock = { version = "0.3.2", 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.12"
15 15
16[lib] 16[lib]